mv _test => c/bdwgc/_test

This commit is contained in:
xushiwei
2024-07-09 01:33:48 +08:00
parent c0777d1a0a
commit 3dd71713c2
4 changed files with 3 additions and 3 deletions

View File

@@ -4,7 +4,7 @@ set -e
export LLGOROOT=$PWD
testcmd=/tmp/test
llgo build -o $testcmd ./_test
llgo build -o $testcmd ./c/bdwgc/_test
cases=$($testcmd)
total=$(echo "$cases" | wc -l | tr -d ' ')
failed=0