main.cpp 168 B

123456789
  1. // openode_UnitTest++.cpp : Defines the entry point for the console application.
  2. //
  3. #include <UnitTest++.h>
  4. int main()
  5. {
  6. return UnitTest::RunAllTests();
  7. }