Harmonise naming of CMake test knobs

Also reorganise the file a little
This commit is contained in:
ISSOtm
2026-03-14 22:31:11 -04:00
committed by Rangi
parent c963c7b1c7
commit 45fff0fd58
4 changed files with 23 additions and 23 deletions

View File

@@ -383,7 +383,7 @@ jobs:
prepare: |
.github/scripts/install_deps.sh freebsd
run: | # FreeBSD `c++` compiler does not support `make develop` sanitizers ASan or UBSan
cmake -S . -B build -DCMAKE_BUILD_TYPE=Debug -DCMAKE_CXX_COMPILER=c++ -DUSE_EXTERNAL_TESTS=OFF -DTESTS_OS_NAME=freebsd
cmake -S . -B build -DCMAKE_BUILD_TYPE=Debug -DCMAKE_CXX_COMPILER=c++ -DTESTS_RUN_EXTERNAL=OFF -DTESTS_OS_NAME=freebsd
cmake --build build -j4 --verbose
cmake --install build --verbose
cmake --build build --target test