diff options
Diffstat (limited to 'test cases')
-rw-r--r-- | test cases/cmake/2 advanced/test.json | 3 | ||||
-rw-r--r-- | test cases/cmake/3 advanced no dep/test.json | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/test cases/cmake/2 advanced/test.json b/test cases/cmake/2 advanced/test.json index e12f530..ff3d5a7 100644 --- a/test cases/cmake/2 advanced/test.json +++ b/test cases/cmake/2 advanced/test.json @@ -1,8 +1,7 @@ { "installed": [ {"type": "expr", "file": "usr/?lib/libcm_cmModLib?so"}, - {"type": "implib", "platform": "cygwin", "file": "usr/lib/libcm_cmModLib"}, - {"type": "implib", "platform": "!cygwin", "file": "usr/bin/libcm_cmModLib"}, + {"type": "implib", "file": "usr/lib/libcm_cmModLib"}, {"type": "exe", "file": "usr/bin/cm_testEXE"} ], "tools": { diff --git a/test cases/cmake/3 advanced no dep/test.json b/test cases/cmake/3 advanced no dep/test.json index 98a1719..af25a8e 100644 --- a/test cases/cmake/3 advanced no dep/test.json +++ b/test cases/cmake/3 advanced no dep/test.json @@ -1,8 +1,7 @@ { "installed": [ {"type": "expr", "file": "usr/?lib/libcm_cmModLib?so"}, - {"type": "implib", "platform": "cygwin", "file": "usr/lib/libcm_cmModLib"}, - {"type": "implib", "platform": "!cygwin", "file": "usr/bin/libcm_cmModLib"}, + {"type": "implib", "file": "usr/lib/libcm_cmModLib"}, {"type": "pdb", "file": "usr/bin/cm_cmModLib"}, {"type": "pdb", "file": "usr/bin/cm_testEXE"}, {"type": "exe", "file": "usr/bin/cm_testEXE"}, |