Browse Source

Tests: Add test for $<0:...> in ExportImport

This test case already includes test cases for $<1...> and $<0...>,
but this commit adds a few $<0:...>'s in cases where it was missing.
Kyle Edwards 7 years ago
parent
commit
5a7a006fdd
1 changed files with 3 additions and 3 deletions
  1. 3 3
      Tests/ExportImport/Export/CMakeLists.txt

+ 3 - 3
Tests/ExportImport/Export/CMakeLists.txt

@@ -510,9 +510,9 @@ install(
   cmp0022NEW cmp0022OLD
   systemlib
   EXPORT exp
-  RUNTIME DESTINATION $<1:bin>
-  LIBRARY DESTINATION $<1:lib> NAMELINK_SKIP
-  ARCHIVE DESTINATION $<1:lib>
+  RUNTIME DESTINATION $<1:bin>$<0:/wrong>
+  LIBRARY DESTINATION $<1:lib>$<0:/wrong> NAMELINK_SKIP
+  ARCHIVE DESTINATION $<1:lib>$<0:/wrong>
   ${maybe_OBJECTS_DESTINATION}
   FRAMEWORK DESTINATION Frameworks
   BUNDLE DESTINATION Applications