mirror of
https://github.com/unittest-cpp/unittest-cpp
synced 2026-09-27 00:28:49 +03:00
6 lines
116 B
C++
6 lines
116 B
C++
#include "UnitTest++/UnitTestPP.h"
|
|
|
|
int main(int argc, char**argv)
|
|
{
|
|
return UnitTest::RunTestsCmd(argc, argv);
|
|
}
|