mirror of
https://github.com/Aider-AI/aider
synced 2026-04-25 17:15:07 +02:00
Add -DEXERCISM_RUN_ALL_TESTS to cpp tests
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user