summaryrefslogtreecommitdiff
path: root/test/LINK
diff options
context:
space:
mode:
authorDavid Rothenberger <daveroth@acm.org>2013-08-17 20:52:11 -0700
committerDavid Rothenberger <daveroth@acm.org>2013-08-17 20:52:11 -0700
commit074d3c932ad5c8f1c72a068f036f93b3517c98e3 (patch)
treefee52ff15f3c09b186c227c8fbe8c2a595fbe051 /test/LINK
parent0d6018db9fc8d480b192b374d16850eae07a28c4 (diff)
downloadscons-074d3c932ad5c8f1c72a068f036f93b3517c98e3.tar.gz
Fix VersionedLib test
Adjust for Cygwin coding conventions and test for existence of the import libraries.
Diffstat (limited to 'test/LINK')
-rw-r--r--test/LINK/VersionedLib.py12
1 files changed, 12 insertions, 0 deletions
diff --git a/test/LINK/VersionedLib.py b/test/LINK/VersionedLib.py
index 0d457894..3c92252f 100644
--- a/test/LINK/VersionedLib.py
+++ b/test/LINK/VersionedLib.py
@@ -98,6 +98,18 @@ elif platform == 'darwin':
'libtest.dylib',
'libtest.2.5.4.dylib',
]
+elif platform == 'cygwin':
+ # All (?) the files we expect will get created in the current directory
+ files = [
+ 'cygtest-2-5-4.dll',
+ 'libtest-2-5-4.dll.a',
+ 'test.os',
+ ]
+ # All (?) the files we expect will get created in the 'installtest' directory
+ instfiles = [
+ 'cygtest-2-5-4.dll',
+ 'libtest-2-5-4.dll.a',
+ ]
elif platform == 'win32':
# All (?) the files we expect will get created in the current directory
files = [