1
0
Fork 0

make clean at start of C++ test script

This commit is contained in:
Joris van Rantwijk 2024-11-26 18:48:26 +01:00
parent 53e5ec618e
commit d4e86e9dcc
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@ echo
g++ --version g++ --version
echo echo
make -C cpp clean
make -C cpp run_matching test_mwmatching test_concatenable_queue test_priority_queue make -C cpp run_matching test_mwmatching test_concatenable_queue test_priority_queue
cpp/test_mwmatching cpp/test_mwmatching
cpp/test_concatenable_queue cpp/test_concatenable_queue