summaryrefslogtreecommitdiffstats
path: root/QMTest/SConscript
diff options
context:
space:
mode:
authorWilliam Deegan <bill@baddogconsulting.com>2017-10-04 00:14:10 (GMT)
committerWilliam Deegan <bill@baddogconsulting.com>2017-10-04 00:14:10 (GMT)
commitde3ebf6b0f53cf32991f548caf6401f20a2eb05e (patch)
tree6cbe93d7f7096a0ff7a20a8b18cccdf61fc298fc /QMTest/SConscript
parent56080b1c09eb9659419c5ada7c0a888fc048822c (diff)
downloadSCons-de3ebf6b0f53cf32991f548caf6401f20a2eb05e.zip
SCons-de3ebf6b0f53cf32991f548caf6401f20a2eb05e.tar.gz
SCons-de3ebf6b0f53cf32991f548caf6401f20a2eb05e.tar.bz2
Simplify main SConstruct. Remove deb and rpm and win executable package creation as we're moving to pip install being the main install path.
Diffstat (limited to 'QMTest/SConscript')
-rw-r--r--QMTest/SConscript3
1 files changed, 0 insertions, 3 deletions
diff --git a/QMTest/SConscript b/QMTest/SConscript
index 5469d29..1db7301 100644
--- a/QMTest/SConscript
+++ b/QMTest/SConscript
@@ -30,9 +30,6 @@ import os.path
Import('build_dir', 'env')
files = [
- 'classes.qmc',
- 'configuration',
- 'scons_tdb.py',
'TestCmd.py',
'TestCommon.py',
'TestRuntest.py',