test: more case

This commit is contained in:
fatedier
2017-03-28 00:27:30 +08:00
parent a0c83bdb78
commit ab4a53965b
6 changed files with 79 additions and 51 deletions

View File

@@ -33,9 +33,9 @@ gotest:
go test -v ./utils/...
alltest: gotest
cd ./test && ./run_test.sh && cd -
cd ./tests && ./run_test.sh && cd -
go test -v ./tests/...
cd ./test && ./clean_test.sh && cd -
cd ./tests && ./clean_test.sh && cd -
clean:
rm -f ./bin/frpc