mirror of
https://github.com/boostorg/build.git
synced 2026-02-16 01:12:13 +00:00
Add support for testing on platforms with case sensitive filesystems :)
[SVN r52867]
This commit is contained in:
@@ -336,8 +336,8 @@ macro(boost_test_compile testname)
|
||||
add_test(${BOOST_TEST_TESTNAME}
|
||||
${CMAKE_CTEST_COMMAND}
|
||||
--build-and-test
|
||||
${Boost_SOURCE_DIR}/tools/Build/CMake/CompileTest
|
||||
${Boost_BINARY_DIR}/tools/Build/CMake/CompileTest
|
||||
${Boost_SOURCE_DIR}/tools/build/CMake/CompileTest
|
||||
${Boost_BINARY_DIR}/tools/build/CMake/CompileTest
|
||||
--build-generator ${CMAKE_GENERATOR}
|
||||
--build-makeprogram ${CMAKE_MAKE_PROGRAM}
|
||||
--build-project CompileTest
|
||||
|
||||
Reference in New Issue
Block a user