summaryrefslogtreecommitdiffstats
path: root/test/AR/ARCOMSTR.py
diff options
context:
space:
mode:
authorWilliam Deegan <bill@baddogconsulting.com>2016-11-28 16:53:37 (GMT)
committerWilliam Deegan <bill@baddogconsulting.com>2016-11-28 16:53:37 (GMT)
commit694e80ea463c655d2e011afd4fe35109c119d6e7 (patch)
tree566428089b48f80bab14789ec4e3d77b8d003477 /test/AR/ARCOMSTR.py
parent1c19e9f962b8cab0f9086615bb6409f8a326c0b8 (diff)
downloadSCons-694e80ea463c655d2e011afd4fe35109c119d6e7.zip
SCons-694e80ea463c655d2e011afd4fe35109c119d6e7.tar.gz
SCons-694e80ea463c655d2e011afd4fe35109c119d6e7.tar.bz2
Fix tests failing on win32 AR and Fortran and M4
Diffstat (limited to 'test/AR/ARCOMSTR.py')
-rw-r--r--test/AR/ARCOMSTR.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/AR/ARCOMSTR.py b/test/AR/ARCOMSTR.py
index 3235f12..a3a9c8e 100644
--- a/test/AR/ARCOMSTR.py
+++ b/test/AR/ARCOMSTR.py
@@ -42,6 +42,7 @@ test.write('SConstruct', """
env = Environment(tools=['default', 'ar'],
ARCOM = r'%(_python_)s mycompile.py ar $TARGET $SOURCES',
ARCOMSTR = 'Archiving $TARGET from $SOURCES',
+ RANLIB = True,
RANLIBCOM = r'%(_python_)s myrewrite.py ranlib $TARGET',
LIBPREFIX = '',
LIBSUFFIX = '.lib')