summaryrefslogtreecommitdiffstatshomepage
path: root/tests/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/main.c')
-rw-r--r--tests/main.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/main.c b/tests/main.c
new file mode 100644
index 00000000000..d6bed4aeb67
--- /dev/null
+++ b/tests/main.c
@@ -0,0 +1,9 @@
+// license:BSD-3-Clause
+// copyright-holders:Miodrag Milanovic
+
+#include "UnitTest++/UnitTest++.h"
+
+int main(int, char const *[])
+{
+ return UnitTest::RunAllTests();
+}