pikapython/port/linux/gtest.sh
2022-04-03 18:30:08 +08:00

7 lines
231 B
Bash

sh update-compiler.sh
rm build/test/pikascript_test
sh make.sh
build/test/pikascript_test
#build/benchmark/pikascript_benchmark --benchmark_format=json | tee benchmark_result.json
#build/test/pikascript_test --gtest_filter=args_*