[sword-svn] r3616 - trunk/tests/testsuite
greg.hellings at crosswire.org
greg.hellings at crosswire.org
Wed Mar 27 06:22:46 MST 2019
Author: greg.hellings
Date: 2019-03-27 06:22:45 -0700 (Wed, 27 Mar 2019)
New Revision: 3616
Modified:
trunk/tests/testsuite/CMakeLists.txt
Log:
Fix test suite CMake configuration
Modified: trunk/tests/testsuite/CMakeLists.txt
===================================================================
--- trunk/tests/testsuite/CMakeLists.txt 2019-03-11 18:09:51 UTC (rev 3615)
+++ trunk/tests/testsuite/CMakeLists.txt 2019-03-27 13:22:45 UTC (rev 3616)
@@ -7,6 +7,7 @@
ADD_CUSTOM_TARGET(
tests_configure
COMMAND cp "${CMAKE_CURRENT_SOURCE_DIR}/*.{sh,good,imp,txt,xml}" "${CMAKE_CURRENT_BINARY_DIR}"
+ COMMAND echo \"[Install]\\nLocalePath=${CMAKE_CURRENT_SOURCE_DIR}/../../\" > ${CMAKE_CURRENT_BINARY_DIR}/sword.conf
DEPENDS ${test_PROGRAMS}
WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}
)
More information about the sword-cvs
mailing list