Selaa lähdekoodia

Update run_tests.sh

BLUELOVETH 2 vuotta sitten
vanhempi
commit
703bacc7de
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      run_tests.sh

+ 1 - 1
run_tests.sh

@@ -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
 
 python3 scripts/run_tests.py
-python3 scripts/run_tests.py benchmarks/
+# python3 scripts/run_tests.py benchmarks/
 
 # if prev error exit
 if [ $? -ne 0 ]; then