aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tests/CMakeLists.txt
diff options
context:
space:
mode:
authorRenaud G <renaud@rolisteam.org>2019-07-25 09:59:03 +0200
committerRenaud G <renaud@rolisteam.org>2019-07-25 09:59:03 +0200
commit6f499de159eeac37fe473f945042e13359dc2d40 (patch)
tree17356b91f9994ab5b19405072878b8449781e74c /tests/CMakeLists.txt
parentf5906125576a8323a731c9456ce3dfc53b67ef59 (diff)
downloadOneRoll-6f499de159eeac37fe473f945042e13359dc2d40.tar.gz
OneRoll-6f499de159eeac37fe473f945042e13359dc2d40.zip
move files
Diffstat (limited to 'tests/CMakeLists.txt')
-rw-r--r--tests/CMakeLists.txt9
1 files changed, 0 insertions, 9 deletions
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)