Revision d3fa00a14b3214a2f5408802e2336e69554a8d0e authored by Brad King on 13 April 2020, 14:54:25 UTC, committed by Brad King on 13 April 2020, 14:54:25 UTC
2 parent s baff868 + 4c82f30
Raw File
CMakeLists.txt
add_test(NAME FindLibXml2.Test COMMAND
  ${CMAKE_CTEST_COMMAND} -C $<CONFIGURATION>
  --build-and-test
  "${CMake_SOURCE_DIR}/Tests/FindLibXml2/Test"
  "${CMake_BINARY_DIR}/Tests/FindLibXml2/Test"
  ${build_generator_args}
  --build-project TestFindLibXml2
  --build-options ${build_options}
  --test-command ${CMAKE_CTEST_COMMAND} -V -C $<CONFIGURATION>
  )
back to top