summaryrefslogtreecommitdiffstats
path: root/test/Repository/JavaH.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/Repository/JavaH.py')
-rw-r--r--test/Repository/JavaH.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Repository/JavaH.py b/test/Repository/JavaH.py
index fea5f5b..a81049c 100644
--- a/test/Repository/JavaH.py
+++ b/test/Repository/JavaH.py
@@ -79,6 +79,7 @@ opts = '-Y ' + test.workpath('rep1')
#
test.write(['rep1', 'SConstruct'], """
+DefaultEnvironment(tools=[]) # test speedup
env = Environment(tools=['javac', 'javah'], JAVAC=r'"%s"', JAVAH=r'"%s"')
classes = env.Java(target='classes', source='src')
env.JavaH(target='outdir', source=classes)