diff options
author | Janne Anttila <janne.anttila@digia.com> | 2009-06-03 06:18:41 (GMT) |
---|---|---|
committer | Janne Anttila <janne.anttila@digia.com> | 2009-06-03 06:18:41 (GMT) |
commit | 0686e72f9fc73a83c4fa92da76063479e2fc0eaf (patch) | |
tree | 14828c66842e830066d899060489104ec9e62b23 /tests/auto/_Categories | |
parent | 24ab5472408bb906bd5ca904f69eb116d7d385f8 (diff) | |
download | Qt-0686e72f9fc73a83c4fa92da76063479e2fc0eaf.zip Qt-0686e72f9fc73a83c4fa92da76063479e2fc0eaf.tar.gz Qt-0686e72f9fc73a83c4fa92da76063479e2fc0eaf.tar.bz2 |
Enabled STL related test cases in QtCore autotest category file.
STL config is now enabled by default in configure.exe, this means
we can also execute the related test cases now.
Diffstat (limited to 'tests/auto/_Categories')
-rw-r--r-- | tests/auto/_Categories/QtCore.txt | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/tests/auto/_Categories/QtCore.txt b/tests/auto/_Categories/QtCore.txt index 0b0b6ce..131978a 100644 --- a/tests/auto/_Categories/QtCore.txt +++ b/tests/auto/_Categories/QtCore.txt @@ -3,8 +3,8 @@ collections exceptionsafety qabstractitemmodel -# Requires std -#qalgorithms +#Requires STL +qalgorithms qatomicint qatomicpointer qbitarray @@ -68,7 +68,8 @@ qsignalspy qsize qsizef qsocketnotifier -#qstl requires STL +#Requires STL +qstl qstring qstringlist qstringmatcher |