Files
bx/3rdparty/UnitTest++/src/tests/Main.cpp
2013-09-22 21:37:18 -07:00

9 lines
134 B
C++

#include "../UnitTest++.h"
#include "../TestReporterStdout.h"
int main(int, char const *[])
{
return UnitTest::RunAllTests();
}