pikapython/port/linux/fast_test.sh

6 lines
135 B
Bash
Raw Normal View History

2022-04-29 01:13:41 +08:00
ROOT=$PWD
rm $(find build -name *.gcda) -f
2022-10-25 13:47:15 +08:00
cd build && rm ./test/pikascript_test -f && ninja -j0
2022-04-29 01:13:41 +08:00
cd $ROOT
build/test/pikascript_test