aboutsummaryrefslogtreecommitdiffstats
path: root/tests/CMakeLists.txt
diff options
context:
space:
mode:
authorHugo Lima <hugo.lima@openbossa.org>2010-03-17 15:53:38 -0300
committerHugo Lima <hugo.lima@openbossa.org>2010-03-17 18:17:20 -0300
commite567c33769897f7bb5cdc299738ba21c1c649702 (patch)
treeefe3b643c1858c97390395d020bfdd31d14fc70e /tests/CMakeLists.txt
parent04081418245c6eb5a37b0f0ae01fd32306636429 (diff)
Remove qtgui_qstring_qkeysequence from test blacklist.
Diffstat (limited to 'tests/CMakeLists.txt')
-rw-r--r--tests/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt
index 2a1d422ce..dfc96725a 100644
--- a/tests/CMakeLists.txt
+++ b/tests/CMakeLists.txt
@@ -1,7 +1,7 @@
file(GLOB TEST_FILES */*_test.py)
-set(test_blacklist "qtgui_qstring_qkeysequence")
+set(test_blacklist )
foreach(test_file ${TEST_FILES})
string(REGEX MATCH "/([^/]+)//?([^/]+)_test.py" test_name ${test_file} )