mirror of
https://github.com/s1lentq/ReGameDLL_CS.git
synced 2024-12-27 07:05:38 +03:00
11 lines
189 B
C++
11 lines
189 B
C++
#include "precompiled.h"
|
|
#include "cppunitlite/MainAdapter.h"
|
|
|
|
int main(int argc, char *argv[])
|
|
{
|
|
printf("TestRunner: main()\n");
|
|
|
|
MainAdapter a;
|
|
return a.testsEntryPoint(argc, argv);
|
|
}
|