diff options
author | Russel Winder <russel@winder.org.uk> | 2012-09-05 13:22:29 (GMT) |
---|---|---|
committer | Russel Winder <russel@winder.org.uk> | 2012-09-05 13:22:29 (GMT) |
commit | 39199ef7146837361c0a340459bf6125f3a0a8b3 (patch) | |
tree | e250af680a5da8fa9ed3a7922f3e3800a04911dd /test | |
parent | d867806da130625c9e87a074ee87583464446275 (diff) | |
download | SCons-39199ef7146837361c0a340459bf6125f3a0a8b3.zip SCons-39199ef7146837361c0a340459bf6125f3a0a8b3.tar.gz SCons-39199ef7146837361c0a340459bf6125f3a0a8b3.tar.bz2 |
The test needs two parameters to compare against the problem.
Diffstat (limited to 'test')
-rw-r--r-- | test/D/HelloWorld/CompileThenLinkTwoSteps/common.py | 2 | ||||
-rw-r--r-- | test/D/MixedDAndC/Image/SConstruct | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/test/D/HelloWorld/CompileThenLinkTwoSteps/common.py b/test/D/HelloWorld/CompileThenLinkTwoSteps/common.py index 0af32ba..70262e0 100644 --- a/test/D/HelloWorld/CompileThenLinkTwoSteps/common.py +++ b/test/D/HelloWorld/CompileThenLinkTwoSteps/common.py @@ -32,7 +32,7 @@ import TestSCons from os.path import isfile def testForTool(tool): - + test = TestSCons.TestSCons() toolPath = '../../../{}.py'.format(tool) diff --git a/test/D/MixedDAndC/Image/SConstruct b/test/D/MixedDAndC/Image/SConstruct index d6dd73d..f83a11d 100644 --- a/test/D/MixedDAndC/Image/SConstruct +++ b/test/D/MixedDAndC/Image/SConstruct @@ -1,5 +1,5 @@ env = Environment( - DFLAGS=['-O'], + DFLAGS=['-m64', '-O'], ) env.Program('proj', [ |