summaryrefslogtreecommitdiff
path: root/test cases/common
diff options
context:
space:
mode:
Diffstat (limited to 'test cases/common')
-rw-r--r--test cases/common/230 external project/test.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/test cases/common/230 external project/test.json b/test cases/common/230 external project/test.json
index 4888e8752..4df7d4ac5 100644
--- a/test cases/common/230 external project/test.json
+++ b/test cases/common/230 external project/test.json
@@ -1,6 +1,7 @@
{
"installed": [
- { "type": "shared_lib", "file": "usr/lib/foo" },
+ { "type": "shared_lib", "file": "usr/lib/foo", "platform": "!cygwin" },
+ { "type": "file", "file": "usr/lib/libfoo.dll", "platform": "cygwin" },
{ "type": "file", "file": "usr/include/libfoo.h" },
{ "type": "file", "file": "usr/lib/pkgconfig/somelib.pc" }
]