summaryrefslogtreecommitdiff
path: root/test/toolpath
diff options
context:
space:
mode:
authorWilliam Deegan <bill@baddogconsulting.com>2017-03-30 21:25:44 -0400
committerWilliam Deegan <bill@baddogconsulting.com>2017-03-30 21:25:44 -0400
commit5d0dbe1e1c4e85d5fc680251bdf16116ce3f75e9 (patch)
tree9b274d9184955af7d7a57c9f75845473b36e43bb /test/toolpath
parentc01b1f75c64674a7c011e7f036e9f47fb35fab66 (diff)
downloadscons-5d0dbe1e1c4e85d5fc680251bdf16116ce3f75e9.tar.gz
More comments in test to highlight their purpose
Diffstat (limited to 'test/toolpath')
-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 ce90f354..86dafca8 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'))