summaryrefslogtreecommitdiff
path: root/SConstruct
diff options
context:
space:
mode:
authorJon Schlueter <jon.schlueter@gmail.com>2016-03-03 20:25:09 -0500
committerJon Schlueter <jon.schlueter@gmail.com>2016-03-03 20:29:06 -0500
commitc26f063ca5d97e8bec2ab9ab54eceef45d9c7d40 (patch)
tree0b960f8df9decc15d01651894ea3cb1df94f48fa /SConstruct
parentee06de488b2760eedf1a8b6cc15243ad025b8990 (diff)
downloadgpsd-c26f063ca5d97e8bec2ab9ab54eceef45d9c7d40.tar.gz
Revert recent change to preserve test autocleanup
to preserve behavior introduced a while ago scons check is intended to build, run and cleanup the test targets
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct3
1 files changed, 1 insertions, 2 deletions
diff --git a/SConstruct b/SConstruct
index fa460a07..17bfdfc6 100644
--- a/SConstruct
+++ b/SConstruct
@@ -1753,7 +1753,6 @@ testclean = Utility('testclean', [],
test_nondaemon = [
describe,
python_compilation_regress,
- testprogs,
method_regress,
bits_regress,
matrix_regress,
@@ -1773,7 +1772,7 @@ test_noclean = test_nondaemon + [gps_regress]
env.Alias('test-nondaemon', test_nondaemon)
env.Alias('test-noclean', test_noclean)
-check = env.Alias('check', [testclean] + test_noclean)
+check = env.Alias('check', test_noclean + [testclean] )
env.Alias('testregress', check)
# Remove all shared-memory segments. Normally only needs to be run