summaryrefslogtreecommitdiff
path: root/test/D
diff options
context:
space:
mode:
authorRussel Winder <russel@winder.org.uk>2017-06-18 19:04:54 +0100
committerRussel Winder <russel@winder.org.uk>2017-06-18 19:04:54 +0100
commit4a1af3edad53b31da87e359f3df8e359cdfd4c88 (patch)
tree365c840b61eea1a2604e7f7cccdb73b481301c04 /test/D
parentad17d129669656e91843f5b4512e926271fb3f72 (diff)
downloadscons-4a1af3edad53b31da87e359f3df8e359cdfd4c88.tar.gz
Remove DMD from the tests on OSX till the correct rpath option is discovered.
Diffstat (limited to 'test/D')
-rw-r--r--test/D/Issues/2940_Ariovistus/Common/correctLinkOptions.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/D/Issues/2940_Ariovistus/Common/correctLinkOptions.py b/test/D/Issues/2940_Ariovistus/Common/correctLinkOptions.py
index 2bcff1ea..5acd26af 100644
--- a/test/D/Issues/2940_Ariovistus/Common/correctLinkOptions.py
+++ b/test/D/Issues/2940_Ariovistus/Common/correctLinkOptions.py
@@ -50,7 +50,7 @@ def testForTool(tool):
libraryname = 'libstuff.so'
filename = 'stuff.os'
elif platform == 'darwin':
- if tool == 'gdc':
+ if tool == 'dmd' or tool == 'gdc':
test.skip_test('Dynamic libraries not yet supported by dmd and gdc on OSX.\n')
libraryname = 'libstuff.dylib'
filename = 'stuff.os'