pikapython/port/linux/fast_test.sh

13 lines
204 B
Bash
Raw Normal View History

2023-05-22 03:07:09 +08:00
bash make.sh
find build -name "*.gcda" -type f -delete
if [ $# == 0 ] ; then
build/test/pikascript_test
fi
if [ $# == 1 ] ; then
filter=$1
build/test/pikascript_test --gtest_filter=$filter
fi