aboutsummaryrefslogtreecommitdiffstats
path: root/tests/QtScript/CMakeLists.txt
diff options
context:
space:
mode:
authorHugo Parente Lima <hugo.pl@gmail.com>2011-07-15 17:47:45 -0300
committerHugo Parente Lima <hugo.pl@gmail.com>2012-03-08 16:54:36 -0300
commit17e3d0da85c7dc98ab5ff4b69b7a839ab16627ef (patch)
tree1dd91c1efe78df02c82a3dadd4b73754b3ae857d /tests/QtScript/CMakeLists.txt
parent48a1b539a4c0ca08cda976fa1f68f4fd02f18dd5 (diff)
Fix bug 924 - "Allow QScriptValue to be accessed via []"
Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Renato Araújo <renato.filho@openbossa.org>
Diffstat (limited to 'tests/QtScript/CMakeLists.txt')
-rw-r--r--tests/QtScript/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/QtScript/CMakeLists.txt b/tests/QtScript/CMakeLists.txt
index 41fc2c444..a3c7c7ded 100644
--- a/tests/QtScript/CMakeLists.txt
+++ b/tests/QtScript/CMakeLists.txt
@@ -1,3 +1,4 @@
PYSIDE_TEST(base_test.py)
PYSIDE_TEST(engine_test.py)
PYSIDE_TEST(property_test.py)
+PYSIDE_TEST(qscriptvalue_test.py)