summaryrefslogtreecommitdiffstats
path: root/test/toolpath/basic.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/toolpath/basic.py')
-rw-r--r--test/toolpath/basic.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/toolpath/basic.py b/test/toolpath/basic.py
index ce90f35..86dafca 100644
--- a/test/toolpath/basic.py
+++ b/test/toolpath/basic.py
@@ -44,6 +44,7 @@ print("env2['ZIP'] =", env2.get('ZIP'))
print("env2['TOOL_zip1'] =", env2.get('TOOL_zip1'))
print("env2['TOOLDIR_zip'] =", env2.get('TOOLDIR_zip'))
+# Only find tools in current dir, or Scons.Tool.TOOLNAME
env3 = Environment(tools=['zip'], toolpath=['.'])
print("env3['ZIP'] =", env3.get('ZIP'))
print("env3['TOOL_zip1'] =", env3.get('TOOL_zip1'))