On Jul 14, 2010, at 2:19 AM, Miguel de Icaza <miguel at novell.com> wrote:
> This works on my system, but I am unable to run the test suite currently.
You might not be able to run the full unit tests, but you should be able to run a subset of them:
make FIXTURE=System.DateTimeTests run-test
- Jon