From 6f499de159eeac37fe473f945042e13359dc2d40 Mon Sep 17 00:00:00 2001 From: Renaud G Date: Thu, 25 Jul 2019 09:59:03 +0200 Subject: move files --- tests/CMakeLists.txt | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 tests/CMakeLists.txt (limited to 'tests/CMakeLists.txt') diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt deleted file mode 100644 index 4065cc5..0000000 --- a/tests/CMakeLists.txt +++ /dev/null @@ -1,9 +0,0 @@ -set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11 -fno-permissive -pedantic -Wall -Wextra") -set(CMAKE_AUTOMOC ON) -find_package(Qt5Test REQUIRED) - -set(test_source testnode.cpp tst_dice.cpp) - -add_executable(test_dice ${test_source} ) -target_link_libraries(test_dice diceparser Qt5::Test) -add_test(tst_diceparser test_dice) -- cgit v1.2.3-70-g09d2 From d64ad7bb3e8fd632217ba0e8aae0586d8ed72ac6 Mon Sep 17 00:00:00 2001 From: Renaud G Date: Thu, 25 Jul 2019 10:09:08 +0200 Subject: add cmakefile for tests --- tests/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 tests/CMakeLists.txt (limited to 'tests/CMakeLists.txt') diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt new file mode 100644 index 0000000..6fb276b --- /dev/null +++ b/tests/CMakeLists.txt @@ -0,0 +1,2 @@ +#add_subdirectory(fuzzer) +add_subdirectory(dice) -- cgit v1.2.3-70-g09d2