From ccc42edb39a5b148558f2d8a5df1859899b6a12a Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Wed, 27 May 2015 15:01:18 +0200 Subject: Added some initial tests (nw) --- tests/main.c | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 tests/main.c (limited to 'tests/main.c') 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(); +} -- cgit v1.2.3-70-g09d2