This allows fixing tests that produce .dylib's on macOS and .so's on elf Unices.pull/6356/head
parent
f404c679cf
commit
2cdc6892f4
4 changed files with 23 additions and 12 deletions
@ -1,9 +1,9 @@ |
||||
{ |
||||
"installed": [ |
||||
{"type": "exe", "file": "usr/bin/app_d"}, |
||||
{"type": "file", "platform": "msvc", "file": "usr/bin/stuff.dll"}, |
||||
{"type": "shared_lib", "platform": "msvc", "file": "usr/bin/stuff"}, |
||||
{"type": "shared_lib", "platform": "gcc", "file": "usr/lib/stuff"}, |
||||
{"type": "file", "platform": "msvc", "file": "usr/lib/stuff.lib"}, |
||||
{"type": "file", "platform": "gcc", "file": "usr/lib/libstuff.so"}, |
||||
{"type": "file", "file": "usr/lib/pkgconfig/test.pc"} |
||||
] |
||||
} |
||||
|
Loading…
Reference in new issue