Windows Unit Test Support (#629)

Window Unit Test Support
This commit is contained in:
Nick Banks
2016-09-20 18:11:19 -07:00
committed by Jonathan Hui
parent 4bd62977d4
commit 25cea9414b
19 changed files with 753 additions and 123 deletions
+2
View File
@@ -165,9 +165,11 @@ void TestDiag()
}
}
#ifdef ENABLE_TEST_MAIN
int main(void)
{
TestDiag();
printf("All tests passed\n");
return 0;
}
#endif