mirror of
https://github.com/pocketpy/pocketpy
synced 2025-10-20 03:20:18 +00:00
test benchmarks
This commit is contained in:
parent
c113f9d8a0
commit
f25b99cbbd
@ -1,7 +1,9 @@
|
|||||||
python3 prebuild.py
|
python3 prebuild.py
|
||||||
SRC=$(find src/ -name "*.cpp")
|
SRC=$(find src/ -name "*.cpp")
|
||||||
clang++ -std=c++17 --coverage -O1 -stdlib=libc++ -Wfatal-errors -o main src2/main.cpp $SRC -Iinclude -ldl
|
clang++ -std=c++17 --coverage -O1 -stdlib=libc++ -Wfatal-errors -o main src2/main.cpp $SRC -Iinclude -ldl
|
||||||
|
|
||||||
python3 scripts/run_tests.py
|
python3 scripts/run_tests.py
|
||||||
|
python3 scripts/run_tests.py benchmarks/
|
||||||
|
|
||||||
# if prev error exit
|
# if prev error exit
|
||||||
if [ $? -ne 0 ]; then
|
if [ $? -ne 0 ]; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user