From e6a57085ea193270d31c6eb53c3daf47ce669ded Mon Sep 17 00:00:00 2001 From: blueloveTH Date: Sun, 11 Jun 2023 20:10:34 +0800 Subject: [PATCH] ... --- run_tests.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/run_tests.sh b/run_tests.sh index ca82383d..2e336463 100644 --- a/run_tests.sh +++ b/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