Make tests work with CTest (#1539)

Adds option to disable non-free tests
This commit is contained in:
JL2210
2024-10-15 19:26:17 -04:00
committed by GitHub
parent a2ff653a83
commit e623aeb85d
6 changed files with 28 additions and 12 deletions

View File

@@ -0,0 +1 @@
set(CTEST_CUSTOM_PRE_TEST "bash -c 'cd @CMAKE_CURRENT_SOURCE_DIR@\; ./fetch-test-deps.sh @ONLY_FREE@'")