blueloveTH hace 3 años
padre
commit
e6a57085ea
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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