summaryrefslogtreecommitdiffstats
path: root/test/Java/JAVAHCOM.py
diff options
context:
space:
mode:
authorMats Wichmann <mats@linux.com>2022-02-01 20:46:44 (GMT)
committerMats Wichmann <mats@linux.com>2022-02-02 15:13:21 (GMT)
commitb017124ff38f477a5150bbf77325fbfb0a973c90 (patch)
treecfdb5eb4690113d19d8fbd2791389215f42ff057 /test/Java/JAVAHCOM.py
parentfc31681a9b3611dbda818ecfd3c98ee8720bc1bd (diff)
downloadSCons-b017124ff38f477a5150bbf77325fbfb0a973c90.zip
SCons-b017124ff38f477a5150bbf77325fbfb0a973c90.tar.gz
SCons-b017124ff38f477a5150bbf77325fbfb0a973c90.tar.bz2
Tweak Java e2e tests some more
Formatting of embedded test scripts Extract myrmic.py to fixture dir Some more DefaultEnvironment and tools limiting for performance Signed-off-by: Mats Wichmann <mats@linux.com>
Diffstat (limited to 'test/Java/JAVAHCOM.py')
-rw-r--r--test/Java/JAVAHCOM.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Java/JAVAHCOM.py b/test/Java/JAVAHCOM.py
index 00df2ae..0ffc183 100644
--- a/test/Java/JAVAHCOM.py
+++ b/test/Java/JAVAHCOM.py
@@ -36,6 +36,7 @@ test = TestSCons.TestSCons()
test.file_fixture('mycompile.py')
test.write('SConstruct', """
+DefaultEnvironment(tools=[])
env = Environment(
TOOLS=['default', 'javah'],
JAVAHCOM=r'%(_python_)s mycompile.py javah $TARGET $SOURCES',