diff --git a/admin/scons/Setup.py b/admin/scons/Setup.py index c2c19cca7..b7074f109 100644 --- a/admin/scons/Setup.py +++ b/admin/scons/Setup.py @@ -42,7 +42,9 @@ installUIRes = '#$DESTDIR/share/lumiera/' installConf = '#$DESTDIR/lib/lumiera/config' #-------------------------------------------------------Configuration + buildSetup = Record(locals()) +# passed to LumieraEnvironment() -> env.path.xxxx diff --git a/tests/SConscript b/tests/SConscript index dcf294006..4fb38d9e7 100644 --- a/tests/SConscript +++ b/tests/SConscript @@ -97,7 +97,6 @@ Export('testsuite') # for creating a Valgrind-Suppression file vgsuppression = envSuite.Program('vgsuppression',['tool/vgsuppression.c']+list(testLibs)+list(core_lib)) ## for suppressing false valgrind alarms -tools += [vgsuppression] # @@ -144,7 +143,7 @@ Depends(runTests,vgsuppression) # - 'scons testcode' triggers building of the Testsuite # - 'scons check' triggers building and running # -env.Alias('testcode', testsuite ) +env.Alias('testcode', testsuite + vgsuppression) env.Alias('check', runTests ) # allow tempfiles of test.sh to be cleaned