summaryrefslogtreecommitdiffstats
path: root/tests/auto/testlib/selftests/CMakeLists.txt
diff options
context:
space:
mode:
authorAlbert Astals Cid <albert.astals.cid@kdab.com>2019-01-30 10:29:46 +0100
committerAlbert Astals Cid <albert.astals.cid@kdab.com>2019-01-30 16:11:13 +0000
commit4db3faef6bf41688ad9630fe3e0104fb69255c9f (patch)
tree6cc329fba95398a72069977cecff1437d3976625 /tests/auto/testlib/selftests/CMakeLists.txt
parent404a2a56c67ffe0bf3ee4b36e090eadb6a992dec (diff)
Change the FIXME for selftests/alive
It isn't being built in the current qmake build either (maybe because it doesn't build because uses sleep()) Change-Id: Ie97287c6e45d1fcc32063bd9eb37ff2907dfa891 Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>
Diffstat (limited to 'tests/auto/testlib/selftests/CMakeLists.txt')
-rw-r--r--tests/auto/testlib/selftests/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/testlib/selftests/CMakeLists.txt b/tests/auto/testlib/selftests/CMakeLists.txt
index ff5aa8f311..ee1efa53fc 100644
--- a/tests/auto/testlib/selftests/CMakeLists.txt
+++ b/tests/auto/testlib/selftests/CMakeLists.txt
@@ -1,4 +1,4 @@
-# add_subdirectory(alive) # FIXME: Needs widgets
+# add_subdirectory(alive) # TODO is commented in selftests.pri too. Investigate if should be readded
add_subdirectory(assert)
add_subdirectory(badxml)
add_subdirectory(benchlibcallgrind)