Jo Shields 3c1f479b9d Imported Upstream version 4.0.0~alpha1
Former-commit-id: 806294f5ded97629b74c85c09952f2a74fe182d9
2015-04-07 09:35:12 +01:00
..
2014-08-13 10:39:27 +01:00
2014-08-13 10:39:27 +01:00
2014-08-13 10:39:27 +01:00
2014-08-13 10:39:27 +01:00

This directory contains unit test solutions for Rx on iOS and Android.

For iOS, it makes use of built-in Touch.Unit, so you can build the projects immediately. For Android, however, there are couple of dependencies that you need to checkout: MonoDroid.Dialog and Andr.Unit. Andr.Unit also needs to replace the default test target assembly with the actual tests assembly for Rx in this solution. I put an easy Makefile to do these supplemental setup tasks for those who can run it.

The assemblies are pre-built from mono repository so far. (In mono, those Rx assemblies are built using make, so do those mobile ones.) I hope to create project files so that anyone can easily hack Rx and contribute to Microsoft team later.