summaryrefslogtreecommitdiffstats
path: root/test/LINK/VersionedLib-subdir.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/LINK/VersionedLib-subdir.py')
-rw-r--r--test/LINK/VersionedLib-subdir.py8
1 files changed, 8 insertions, 0 deletions
diff --git a/test/LINK/VersionedLib-subdir.py b/test/LINK/VersionedLib-subdir.py
index 6facd41..15369ef 100644
--- a/test/LINK/VersionedLib-subdir.py
+++ b/test/LINK/VersionedLib-subdir.py
@@ -120,6 +120,14 @@ elif platform == 'win32':
'foo.lib',
]
obj = 'foo.obj'
+elif platform == 'sunos':
+ # All (?) the files we expect will get created in the current directory
+ files = [
+ 'libfoo.so',
+ 'libfoo.so.0',
+ 'libfoo.so.0.1.2',
+ ]
+ obj = 'so_foo.os'
else:
# All (?) the files we expect will get created in the current directory
files= [