2
0
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:
Troy D. Straszheim
2009-05-09 23:15:04 +00:00
parent ad613dfa9b
commit 050920b612

View File

@@ -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