aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tests
diff options
context:
space:
mode:
authorRenaud G <renaud@rolisteam.org>2019-07-11 23:00:22 +0200
committerRenaud G <renaud@rolisteam.org>2019-07-11 23:28:42 +0200
commit3671171a4af23e8695a8ecbc9c6219f2e2f245de (patch)
tree9622c104ca65905746a270f4ffba4faf0be243f1 /tests
parent48c470b72cf32c49dc146f5859d67708759997b2 (diff)
downloadOneRoll-3671171a4af23e8695a8ecbc9c6219f2e2f245de.tar.gz
OneRoll-3671171a4af23e8695a8ecbc9c6219f2e2f245de.zip
remove useless lines
Diffstat (limited to 'tests')
-rw-r--r--tests/CMakeLists.txt6
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt
index 25df30d..4065cc5 100644
--- a/tests/CMakeLists.txt
+++ b/tests/CMakeLists.txt
@@ -1,10 +1,4 @@
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11 -fno-permissive -pedantic -Wall -Wextra")
-
-
-#ecm_add_test(tst_dice.cpp
-# TEST_NAME "tst_diceparser"
-#LINK_LIBRARIES Qt5::Test Qt5::Widgets Qt5::Qml
-#)
set(CMAKE_AUTOMOC ON)
find_package(Qt5Test REQUIRED)