mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-20 04:14:59 +00:00
Add -DEXERCISM_RUN_ALL_TESTS to cpp tests
This commit is contained in:
parent
38d4341e59
commit
739a88ed00
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ set -e
|
|||
|
||||
[ ! -d "build" ] && mkdir build
|
||||
cd build
|
||||
cmake -G "Unix Makefiles" ..
|
||||
cmake -DEXERCISM_RUN_ALL_TESTS=1 -G "Unix Makefiles" ..
|
||||
make
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue