Ported testrect from original automation code, updated AssertEquals, added AssertTrue

This commit is contained in:
Markus Kauppila 2011-06-01 18:03:09 -07:00
parent 75691b7b9f
commit 450610b7c7
9 changed files with 731 additions and 15 deletions

View file

@ -48,7 +48,7 @@ ScanForTestSuites() {
#if defined(linux) || defined( __linux)
char *libName = "tests/libtest.so";
#else
char *libName = "tests/libtest.dylib";
char *libName = "tests/libtestrect.dylib";
#endif
return libName;
}