[mapguide-commits] r9309 - sandbox/jng/cmake_v2/Server/src/Core

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Wed Jan 10 07:25:43 PST 2018


Author: jng
Date: 2018-01-10 07:25:43 -0800 (Wed, 10 Jan 2018)
New Revision: 9309

Modified:
   sandbox/jng/cmake_v2/Server/src/Core/CMakeLists.txt
Log:
The test data item World.mgp is just a copy of Shuttle.zip, update CMakeLists.txt to make a copy

Modified: sandbox/jng/cmake_v2/Server/src/Core/CMakeLists.txt
===================================================================
--- sandbox/jng/cmake_v2/Server/src/Core/CMakeLists.txt	2018-01-10 15:00:49 UTC (rev 9308)
+++ sandbox/jng/cmake_v2/Server/src/Core/CMakeLists.txt	2018-01-10 15:25:43 UTC (rev 9309)
@@ -83,6 +83,7 @@
 ########### BEGIN Development/Testing environment setup #############
 file(GLOB_RECURSE UNIT_TEST_FILES "${MG_UNIT_TEST_DATA_DIR}/*.*")
 file(COPY ${UNIT_TEST_FILES} DESTINATION ${CMAKE_CURRENT_BINARY_DIR}/../UnitTestFiles)
+file(COPY ${CMAKE_CURRENT_BINARY_DIR}/../UnitTestFiles/Shuttle.zip DESTINATION ${CMAKE_CURRENT_BINARY_DIR}/../UnitTestFiles/World.mgp)
 
 # Symlink the built copy to facilitate inner loop testing/debugging
 # The actual symlink installation is done in the UnitTesting CMakeLists.txt



More information about the mapguide-commits mailing list