summaryrefslogtreecommitdiff
path: root/test/Java
diff options
context:
space:
mode:
authorWilliam Blevins <wblevins@gmail.com>2014-07-13 13:23:51 -0400
committerWilliam Blevins <wblevins@gmail.com>2014-07-13 13:23:51 -0400
commit72d6db7fd506d6b4282d4535147cc0dc29c3d4a5 (patch)
tree6741ed3ad9edeab23225630dfbe98fd1eaa96769 /test/Java
parente7bb1750551e20950f10c453ba06287527f8fb7a (diff)
downloadscons-72d6db7fd506d6b4282d4535147cc0dc29c3d4a5.tar.gz
Set default toolchain.
Other updates per code review.
Diffstat (limited to 'test/Java')
-rw-r--r--test/Java/DerivedSourceTest.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/Java/DerivedSourceTest.py b/test/Java/DerivedSourceTest.py
index b700e1e9..7478a1e2 100644
--- a/test/Java/DerivedSourceTest.py
+++ b/test/Java/DerivedSourceTest.py
@@ -34,14 +34,14 @@ Repeatable with any N-tier, with N > 1, Java derived-source builds where
any of the following conditions are meet:
1. The java class does not belong to the root package.
2. A java source (*.java) creates N targets (*.class) where N > 1.
-
-@author William Blevins
-@version 2 March 2014
"""
import os
import TestSCons
import SCons.Node.FS
+import SCons.Defaults
+
+SCons.Defaults.DefaultEnvironment(tools = [])
test = TestSCons.TestSCons()