Revision 177052d6b8b4127a9d345830fb3d82384e9d5b50 authored by Alexandru Croitor on 08 July 2020, 22:27:25 UTC, committed by Brad King on 09 July 2020, 10:33:03 UTC
1 parent 8adfa16
Raw File
CMakeLists.txt
add_test(NAME FindLibArchive.Test COMMAND
  ${CMAKE_CTEST_COMMAND} -C $<CONFIGURATION>
  --build-and-test
  "${CMake_SOURCE_DIR}/Tests/FindLibArchive/Test"
  "${CMake_BINARY_DIR}/Tests/FindLibArchive/Test"
  ${build_generator_args}
  --build-project TestFindLibArchive
  --build-options ${build_options}
  --test-command ${CMAKE_CTEST_COMMAND} -V -C $<CONFIGURATION>
  )
back to top