blueloveTH il y a 2 ans
Parent
commit
e6a57085ea
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      run_tests.sh

+ 1 - 0
run_tests.sh

@@ -1,3 +1,4 @@
+python3 preprocess.py
 clang++ -std=c++17 -fno-rtti --coverage -O1 -stdlib=libc++ -Wall -o pocketpy src/main.cpp
 python3 scripts/run_tests.py
 rm -rf .coverage