diff options
author | Paweł Tomulik <ptomulik@meil.pw.edu.pl> | 2015-09-20 17:55:34 (GMT) |
---|---|---|
committer | Paweł Tomulik <ptomulik@meil.pw.edu.pl> | 2015-09-20 17:55:34 (GMT) |
commit | ffcb8963212db0e83b79c9cbb584ed6ff3da837a (patch) | |
tree | 0071f376ef6153dd9f2c0c8f0bc814a0c73827a4 /test/LINK | |
parent | 26f6e3f56d9741cc91cbe034a0e43d91e0fac6a3 (diff) | |
download | SCons-ffcb8963212db0e83b79c9cbb584ed6ff3da837a.zip SCons-ffcb8963212db0e83b79c9cbb584ed6ff3da837a.tar.gz SCons-ffcb8963212db0e83b79c9cbb584ed6ff3da837a.tar.bz2 |
cyglink: fix for shlib symlink not being cleaned correctly
Diffstat (limited to 'test/LINK')
-rw-r--r-- | test/LINK/VersionedLib.py | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/test/LINK/VersionedLib.py b/test/LINK/VersionedLib.py index 0d74a35..360fa24 100644 --- a/test/LINK/VersionedLib.py +++ b/test/LINK/VersionedLib.py @@ -86,12 +86,6 @@ elif platform == 'darwin': elif platform == 'cygwin':
test_plan = [
{
- 'libversion' : '2.5.4',
- 'files' : [ 'cygtest-2-5-4.dll', 'libtest-2-5-4.dll.a', 'libtest.dll.a', 'test.os' ],
- 'instfiles' : [ 'cygtest-2-5-4.dll', 'libtest-2-5-4.dll.a', 'libtest.dll.a' ],
- 'symlinks' : [],
- },
- {
'libversion' : '2',
'files' : [ 'cygtest-2.dll', 'libtest-2.dll.a', 'libtest.dll.a', 'test.os' ],
'instfiles' : [ 'cygtest-2.dll', 'libtest-2.dll.a', 'libtest.dll.a' ],
|