summaryrefslogtreecommitdiffstats
path: root/test/Repository/JavaH.py
diff options
context:
space:
mode:
authorWilliam Deegan <bill@baddogconsulting.com>2023-01-29 00:52:07 (GMT)
committerWilliam Deegan <bill@baddogconsulting.com>2023-01-29 00:52:07 (GMT)
commita220b3f5989db0696d9d03a0988cbcff60e90e59 (patch)
treef8cce0c05888743c2337bbc1a7a066c056165e4b /test/Repository/JavaH.py
parente980c5bc26892ce4db1e45516e9983bbc6a2bd33 (diff)
parent04bc3eaab31c5437764b10ee942b19740b5139c9 (diff)
downloadSCons-a220b3f5989db0696d9d03a0988cbcff60e90e59.zip
SCons-a220b3f5989db0696d9d03a0988cbcff60e90e59.tar.gz
SCons-a220b3f5989db0696d9d03a0988cbcff60e90e59.tar.bz2
Merge remote-tracking branch 'upstream/master' into fix_configure_marking_up_to_date
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)