new: attach tests to main cmake and base test

Signed-off-by: Lorenzo Fontana <lo@linux.com>
Co-authored-by: Leonardo Di Donato <leodidonato@gmail.com>
This commit is contained in:
Lorenzo Fontana
2019-06-25 10:34:34 +00:00
committed by Leo Di Donato
parent 18b66330ec
commit 026f6866e3
3 changed files with 14 additions and 1 deletions

5
tests/TestBase.cpp Normal file
View File

@@ -0,0 +1,5 @@
#define CATCH_CONFIG_MAIN
#include <catch.hpp>
TEST_CASE( "1: All test cases reside in other .cpp files (empty)", "[multi-file:1]" ) {
}