mirror of
https://github.com/bkaradzic/bx.git
synced 2026-02-17 20:52:37 +01:00
9 lines
134 B
C++
9 lines
134 B
C++
#include "../UnitTest++.h"
|
|
#include "../TestReporterStdout.h"
|
|
|
|
|
|
int main(int, char const *[])
|
|
{
|
|
return UnitTest::RunAllTests();
|
|
}
|