diff options
Diffstat (limited to 'test/AS')
-rw-r--r-- | test/AS/ASCOM.py | 1 | ||||
-rw-r--r-- | test/AS/ASPPCOM.py | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/test/AS/ASCOM.py b/test/AS/ASCOM.py index a874f32..568bd00 100644 --- a/test/AS/ASCOM.py +++ b/test/AS/ASCOM.py @@ -57,6 +57,7 @@ else: test.write('SConstruct', """ env = Environment(ASCOM = r'%(_python_)s myas.py $TARGET $SOURCE', OBJSUFFIX = '.obj', + SHOBJPREFIX = '', SHOBJSUFFIX = '.shobj') env.Object(target = 'test1', source = 'test1.s') env.Object(target = 'test2', source = 'test2%(alt_s_suffix)s') diff --git a/test/AS/ASPPCOM.py b/test/AS/ASPPCOM.py index 73b3ec3..f89306e 100644 --- a/test/AS/ASPPCOM.py +++ b/test/AS/ASPPCOM.py @@ -48,6 +48,7 @@ sys.exit(0) test.write('SConstruct', """ env = Environment(ASPPCOM = r'%(_python_)s myas.py $TARGET $SOURCE', OBJSUFFIX = '.obj', + SHOBJPREFIX = '', SHOBJSUFFIX = '.shobj') env.Object(target = 'test1', source = 'test1.spp') env.Object(target = 'test2', source = 'test2.SPP') |