Update run_tests.sh

This commit is contained in:
BLUELOVETH 2024-02-01 18:53:07 +08:00 committed by GitHub
parent 4ae14022ed
commit 703bacc7de
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3,7 +3,7 @@ SRC=$(find src/ -name "*.cpp")
clang++ -std=c++17 --coverage -O1 -stdlib=libc++ -Wfatal-errors -o main src2/main.cpp $SRC -Iinclude -DPK_ENABLE_OS=1 clang++ -std=c++17 --coverage -O1 -stdlib=libc++ -Wfatal-errors -o main src2/main.cpp $SRC -Iinclude -DPK_ENABLE_OS=1
python3 scripts/run_tests.py python3 scripts/run_tests.py
python3 scripts/run_tests.py benchmarks/ # python3 scripts/run_tests.py benchmarks/
# if prev error exit # if prev error exit
if [ $? -ne 0 ]; then if [ $? -ne 0 ]; then