mirror of
https://gitee.com/Lyon1998/pikapython.git
synced 2025-01-15 17:02:53 +08:00
11 lines
161 B
Bash
11 lines
161 B
Bash
bash make.sh
|
|
|
|
if [ $# == 0 ] ; then
|
|
build/test/pikascript_test
|
|
fi
|
|
|
|
if [ $# == 1 ] ; then
|
|
filter=$1
|
|
build/test/pikascript_test --gtest_filter=$filter
|
|
fi
|