mirror of
https://github.com/holub/mame
synced 2025-05-07 14:54:35 +03:00
7 lines
106 B
C++
7 lines
106 B
C++
#include "UnitTest++/UnitTestPP.h"
|
|
|
|
int main(int, char const *[])
|
|
{
|
|
return UnitTest::RunAllTests();
|
|
}
|