summaryrefslogtreecommitdiffstats
path: root/test/QTFLAGS.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/QTFLAGS.py')
-rw-r--r--test/QTFLAGS.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/test/QTFLAGS.py b/test/QTFLAGS.py
index 3563d37..a503fad 100644
--- a/test/QTFLAGS.py
+++ b/test/QTFLAGS.py
@@ -34,7 +34,7 @@ import os.path
python = TestSCons.python
_exe = TestSCons._exe
-test = TestSCons.TestSCons(match=TestSCons.match_re_dotall)
+test = TestSCons.TestSCons()
test.subdir( 'qt', ['qt', 'bin'], ['qt', 'include'], ['qt', 'lib'] )
@@ -117,7 +117,8 @@ env.StaticLibrary( 'myqt', 'my_qobject.cpp' )
""")
test.run(chdir=test.workpath('qt','lib'), arguments = '.',
- stderr=TestSCons.noisy_ar)
+ stderr=TestSCons.noisy_ar,
+ match=TestSCons.match_re_dotall)
QT = test.workpath('qt')
QT_LIB = 'myqt'