diff options
author | 2015-05-27 15:01:18 +0200 | |
---|---|---|
committer | 2015-05-27 15:01:18 +0200 | |
commit | ccc42edb39a5b148558f2d8a5df1859899b6a12a (patch) | |
tree | cf40cac915195acd7d0a3627f944ca0cbfe58033 /tests/main.c | |
parent | ee4adf600bdd3aa60cc0e92a39f2111be0a90bc6 (diff) |
Added some initial tests (nw)
Diffstat (limited to 'tests/main.c')
-rw-r--r-- | tests/main.c | 9 |
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(); +} |