summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorWilliam Deegan <bill@baddogconsulting.com>2023-02-23 15:30:59 -0800
committerWilliam Deegan <bill@baddogconsulting.com>2023-02-23 15:30:59 -0800
commitf8c2a438f82eddd270dbe29a637fd3c76a0f9263 (patch)
treed74088a96091053c5d58d04569910527ded4ba7c /test
parent55b490b385948577a4a3a2338e48caa28780f6c7 (diff)
downloadscons-git-f8c2a438f82eddd270dbe29a637fd3c76a0f9263.tar.gz
move qt -> qt3 tool, adjust testing as well
Diffstat (limited to 'test')
-rw-r--r--test/QT/qt3/CPPPATH-appended.py (renamed from test/QT/CPPPATH-appended.py)0
-rw-r--r--test/QT/qt3/CPPPATH.py (renamed from test/QT/CPPPATH.py)0
-rw-r--r--test/QT/qt3/QTFLAGS.py (renamed from test/QT/QTFLAGS.py)0
-rw-r--r--test/QT/qt3/Tool.py (renamed from test/QT/Tool.py)0
-rw-r--r--test/QT/qt3/copied-env.py (renamed from test/QT/copied-env.py)2
-rw-r--r--test/QT/qt3/empty-env.py (renamed from test/QT/empty-env.py)0
-rw-r--r--test/QT/qt3/generated-ui.py (renamed from test/QT/generated-ui.py)0
-rw-r--r--test/QT/qt3/installed.py (renamed from test/QT/installed.py)0
-rw-r--r--test/QT/qt3/manual.py (renamed from test/QT/manual.py)0
-rw-r--r--test/QT/qt3/moc-from-cpp.py (renamed from test/QT/moc-from-cpp.py)0
-rw-r--r--test/QT/qt3/moc-from-header.py (renamed from test/QT/moc-from-header.py)0
-rw-r--r--test/QT/qt3/qt_warnings.py (renamed from test/QT/qt_warnings.py)0
-rw-r--r--test/QT/qt3/reentrant.py (renamed from test/QT/reentrant.py)0
-rw-r--r--test/QT/qt3/source-from-ui.py (renamed from test/QT/source-from-ui.py)0
-rw-r--r--test/QT/qt3/up-to-date.py (renamed from test/QT/up-to-date.py)0
15 files changed, 1 insertions, 1 deletions
diff --git a/test/QT/CPPPATH-appended.py b/test/QT/qt3/CPPPATH-appended.py
index ee1808faf..ee1808faf 100644
--- a/test/QT/CPPPATH-appended.py
+++ b/test/QT/qt3/CPPPATH-appended.py
diff --git a/test/QT/CPPPATH.py b/test/QT/qt3/CPPPATH.py
index b56efad44..b56efad44 100644
--- a/test/QT/CPPPATH.py
+++ b/test/QT/qt3/CPPPATH.py
diff --git a/test/QT/QTFLAGS.py b/test/QT/qt3/QTFLAGS.py
index c759c2a4a..c759c2a4a 100644
--- a/test/QT/QTFLAGS.py
+++ b/test/QT/qt3/QTFLAGS.py
diff --git a/test/QT/Tool.py b/test/QT/qt3/Tool.py
index 122e7f413..122e7f413 100644
--- a/test/QT/Tool.py
+++ b/test/QT/qt3/Tool.py
diff --git a/test/QT/copied-env.py b/test/QT/qt3/copied-env.py
index 74f59b7fc..3b2a83ed7 100644
--- a/test/QT/copied-env.py
+++ b/test/QT/qt3/copied-env.py
@@ -33,7 +33,7 @@ test = TestSCons.TestSCons()
test.Qt_dummy_installation()
-test.Qt_create_SConstruct('SConstruct')
+test.Qt_create_SConstruct('SConstruct', qt_tool='qt3')
test.write('SConscript', """\
Import("env")
diff --git a/test/QT/empty-env.py b/test/QT/qt3/empty-env.py
index e9dfc81b1..e9dfc81b1 100644
--- a/test/QT/empty-env.py
+++ b/test/QT/qt3/empty-env.py
diff --git a/test/QT/generated-ui.py b/test/QT/qt3/generated-ui.py
index fd368b34d..fd368b34d 100644
--- a/test/QT/generated-ui.py
+++ b/test/QT/qt3/generated-ui.py
diff --git a/test/QT/installed.py b/test/QT/qt3/installed.py
index 9e8693e3f..9e8693e3f 100644
--- a/test/QT/installed.py
+++ b/test/QT/qt3/installed.py
diff --git a/test/QT/manual.py b/test/QT/qt3/manual.py
index 84c6df8e0..84c6df8e0 100644
--- a/test/QT/manual.py
+++ b/test/QT/qt3/manual.py
diff --git a/test/QT/moc-from-cpp.py b/test/QT/qt3/moc-from-cpp.py
index bbab8cab8..bbab8cab8 100644
--- a/test/QT/moc-from-cpp.py
+++ b/test/QT/qt3/moc-from-cpp.py
diff --git a/test/QT/moc-from-header.py b/test/QT/qt3/moc-from-header.py
index 65a12e1ed..65a12e1ed 100644
--- a/test/QT/moc-from-header.py
+++ b/test/QT/qt3/moc-from-header.py
diff --git a/test/QT/qt_warnings.py b/test/QT/qt3/qt_warnings.py
index fb23a7151..fb23a7151 100644
--- a/test/QT/qt_warnings.py
+++ b/test/QT/qt3/qt_warnings.py
diff --git a/test/QT/reentrant.py b/test/QT/qt3/reentrant.py
index 40fb1f19a..40fb1f19a 100644
--- a/test/QT/reentrant.py
+++ b/test/QT/qt3/reentrant.py
diff --git a/test/QT/source-from-ui.py b/test/QT/qt3/source-from-ui.py
index 569fbab2c..569fbab2c 100644
--- a/test/QT/source-from-ui.py
+++ b/test/QT/qt3/source-from-ui.py
diff --git a/test/QT/up-to-date.py b/test/QT/qt3/up-to-date.py
index 06fb5590e..06fb5590e 100644
--- a/test/QT/up-to-date.py
+++ b/test/QT/qt3/up-to-date.py