diff options
Diffstat (limited to 'test/toolpath/nested/image/tools/subdir1/Toolpath_TestTool3')
-rw-r--r-- | test/toolpath/nested/image/tools/subdir1/Toolpath_TestTool3/__init__.py | 4 | ||||
-rw-r--r-- | test/toolpath/nested/image/tools/subdir1/Toolpath_TestTool3/sconstest.skip | 0 |
2 files changed, 4 insertions, 0 deletions
diff --git a/test/toolpath/nested/image/tools/subdir1/Toolpath_TestTool3/__init__.py b/test/toolpath/nested/image/tools/subdir1/Toolpath_TestTool3/__init__.py new file mode 100644 index 0000000..26bc748 --- /dev/null +++ b/test/toolpath/nested/image/tools/subdir1/Toolpath_TestTool3/__init__.py @@ -0,0 +1,4 @@ +def generate(env):
+ env['Toolpath_TestTool3'] = 1
+def exists(env):
+ return 1
diff --git a/test/toolpath/nested/image/tools/subdir1/Toolpath_TestTool3/sconstest.skip b/test/toolpath/nested/image/tools/subdir1/Toolpath_TestTool3/sconstest.skip new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/test/toolpath/nested/image/tools/subdir1/Toolpath_TestTool3/sconstest.skip |