summaryrefslogtreecommitdiffstats
path: root/test/D/SharedObjects/Image/SConstruct_template
diff options
context:
space:
mode:
Diffstat (limited to 'test/D/SharedObjects/Image/SConstruct_template')
-rw-r--r--test/D/SharedObjects/Image/SConstruct_template3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/D/SharedObjects/Image/SConstruct_template b/test/D/SharedObjects/Image/SConstruct_template
index d263e63..f731a33 100644
--- a/test/D/SharedObjects/Image/SConstruct_template
+++ b/test/D/SharedObjects/Image/SConstruct_template
@@ -1,5 +1,8 @@
# -*- mode:python; coding:utf-8; -*-
+# The core difference between this test and the one of SharedObjectSuffixIssue
+# is that here we explicitly use the relevant D tool and things work.
+
environment = Environment(
tools=['{0}', 'link']
)