Add tests for CMake configure toggles passing to Catch2 build
This commit is contained in:
parent
4396a9119f
commit
72f0372664
13 changed files with 308 additions and 15 deletions
|
@ -6,7 +6,7 @@ rem 1. Regenerate the amalgamated distribution
|
|||
python tools\scripts\generateAmalgamatedFiles.py
|
||||
|
||||
rem 2. Configure the full test build
|
||||
cmake -Bdebug-build -H. -DCMAKE_BUILD_TYPE=Debug -DCATCH_BUILD_EXAMPLES=ON -DCATCH_BUILD_EXTRA_TESTS=ON -DCATCH_DEVELOPMENT_BUILD=ON
|
||||
cmake -Bdebug-build -H. -DCMAKE_BUILD_TYPE=Debug -DCATCH_DEVELOPMENT_BUILD=ON -DCATCH_BUILD_EXAMPLES=ON -DCATCH_BUILD_EXTRA_TESTS=ON -DCATCH_ENABLE_CONFIGURE_TESTS=ON
|
||||
|
||||
rem 3. Run the actual build
|
||||
cmake --build debug-build
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue