summaryrefslogtreecommitdiffstats
path: root/test/D/Issues/2940_Ariovistus/Project/SConstruct_template
diff options
context:
space:
mode:
Diffstat (limited to 'test/D/Issues/2940_Ariovistus/Project/SConstruct_template')
-rw-r--r--test/D/Issues/2940_Ariovistus/Project/SConstruct_template9
1 files changed, 9 insertions, 0 deletions
diff --git a/test/D/Issues/2940_Ariovistus/Project/SConstruct_template b/test/D/Issues/2940_Ariovistus/Project/SConstruct_template
new file mode 100644
index 0000000..55f02aa
--- /dev/null
+++ b/test/D/Issues/2940_Ariovistus/Project/SConstruct_template
@@ -0,0 +1,9 @@
+from os.path import join
+
+environment = Environment({})
+
+Export('environment')
+
+environment.SConscript([
+ join("test","test1", "SConscript"),
+]);