mirror of
https://github.com/holub/mame
synced 2025-04-25 17:56:43 +03:00
10 lines
170 B
C
10 lines
170 B
C
// license:BSD-3-Clause
|
|
// copyright-holders:Miodrag Milanovic
|
|
|
|
#include "UnitTest++/UnitTest++.h"
|
|
|
|
int main(int, char const *[])
|
|
{
|
|
return UnitTest::RunAllTests();
|
|
}
|