Skip to content

Commit

Permalink
Read custom files from source/binary directories
Browse files Browse the repository at this point in the history
  • Loading branch information
amadio committed Mar 17, 2023
1 parent 7fc6470 commit c5bc627
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions cmake/TestVecCore.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,14 @@ if(NOT DEFINED MODEL)
set(MODEL Experimental)
endif()

ctest_read_custom_files("${CTEST_SOURCE_DIRECTORY}")

ctest_start(${MODEL})
ctest_configure(OPTIONS "${CMAKE_ARGS}")

ctest_read_custom_files("${CTEST_BINARY_DIRECTORY}")
list(APPEND CTEST_NOTES_FILES ${CTEST_BINARY_DIRECTORY}/CMakeCache.txt)

ctest_build()
ctest_test()
ctest_memcheck()
Expand Down

0 comments on commit c5bc627

Please sign in to comment.