summaryrefslogtreecommitdiffstats
path: root/test/D/SharedObjects/Common/common.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/D/SharedObjects/Common/common.py')
-rw-r--r--test/D/SharedObjects/Common/common.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/D/SharedObjects/Common/common.py b/test/D/SharedObjects/Common/common.py
index cb1e71b..83b5162 100644
--- a/test/D/SharedObjects/Common/common.py
+++ b/test/D/SharedObjects/Common/common.py
@@ -49,6 +49,9 @@ def testForTool(tool):
if tool == 'gdc':
test.skip_test('gdc does not, as at version 4.9.1, support shared libraries.\n')
+ if tool == 'dmd' and Base()['DC'] == 'gdmd':
+ test.skip_test('gdmd does not recognize the -shared option so cannot support linking of shared objects.\n')
+
platform = Base()['PLATFORM']
if platform == 'posix':