mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
test: more case
This commit is contained in:
parent
a0c83bdb78
commit
ab4a53965b
6 changed files with 79 additions and 51 deletions
4
Makefile
4
Makefile
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue