summaryrefslogtreecommitdiffstats
path: root/test/LINK/VersionedLib.py
diff options
context:
space:
mode:
authorPawel Tomulik <ptomulik@meil.pw.edu.pl>2015-09-20 00:24:11 (GMT)
committerPawel Tomulik <ptomulik@meil.pw.edu.pl>2015-09-20 00:24:11 (GMT)
commit9a43408e4419ba54733222df65a38a9d1a925b6d (patch)
treeea497274eac796008c26ee7f1db144195f63f40d /test/LINK/VersionedLib.py
parentf6f919842bf5dc265422309b98546e182e3ee9ae (diff)
downloadSCons-9a43408e4419ba54733222df65a38a9d1a925b6d.zip
SCons-9a43408e4419ba54733222df65a38a9d1a925b6d.tar.gz
SCons-9a43408e4419ba54733222df65a38a9d1a925b6d.tar.bz2
support for versioned libraries for sunlink
Diffstat (limited to 'test/LINK/VersionedLib.py')
-rw-r--r--test/LINK/VersionedLib.py14
1 files changed, 14 insertions, 0 deletions
diff --git a/test/LINK/VersionedLib.py b/test/LINK/VersionedLib.py
index c68dd55..a75e4a5 100644
--- a/test/LINK/VersionedLib.py
+++ b/test/LINK/VersionedLib.py
@@ -130,6 +130,20 @@ elif platform == 'win32':
'test.dll',
'test.lib',
]
+elif platform == 'sunos':
+ # All (?) the files we expect will get created in the current directory
+ files = [
+ 'libtest.so',
+ 'libtest.so.2',
+ 'libtest.so.2.5.4',
+ 'so_test.os',
+ ]
+ # All (?) the files we expect will get created in the 'installtest' directory
+ instfiles = [
+ 'libtest.so',
+ 'libtest.so.2',
+ 'libtest.so.2.5.4',
+ ]
else:
# All (?) the files we expect will get created in the current directory
files= [