tests: Fix Windows compilation error that popped up recently.
authorMark Young <marky@lunarg.com>
Wed, 3 Feb 2016 17:05:50 +0000 (10:05 -0700)
committerMark Young <marky@lunarg.com>
Wed, 3 Feb 2016 17:06:27 +0000 (10:06 -0700)
tests/CMakeLists.txt

index d0d1b2f..8706fd1 100644 (file)
@@ -98,9 +98,8 @@ else()
         FILE(TO_NATIVE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/_run_all_tests.ps1 RUN_ALL)
         FILE(TO_NATIVE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/_run_all_tests_with_layers.ps1 RUN_ALL_WITH_LAYERS)
         add_custom_target(binary-dir-symlinks ALL
-            COMMAND ${CMAKE_COMMAND} -E copy_if_different ${RUN_ALL} run_all_tests.ps1
-            COMMAND ${CMAKE_COMMAND} -E copy_if_different ${VKVALIDATELAYERDOC} vkvalidatelayerdoc.ps1
-            COMMAND IF NOT EXIST golden mklink /J golden ${GOLDEN}
+            COMMAND ${CMAKE_COMMAND} -E copy_if_different ${RUN_ALL} _run_all_tests.ps1
+            COMMAND ${CMAKE_COMMAND} -E copy_if_different ${RUN_ALL} _vkvalidatelayerdoc.ps1
             VERBATIM
             )
     endif()