// openode_UnitTest++.cpp : Defines the entry point for the console application. // #include #include int main() { dInitODE(); int res = UnitTest::RunAllTests(); dCloseODE(); return res; }