-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtest.sh
26 lines (12 loc) · 843 Bytes
/
test.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
go get -u github.com/mjibson/esc
go generate ./...
go run gotests/main.go -only GreetVisitors ./tabel_drving_test_learn/exp4/party.go
go run gotests/main.go -only GreetVisitors ./tabel_drving_test_learn/exp4/party.go > ./tabel_drving_test_learn/exp4/DATA/min3.go
go build -o gotests_bin gotests/main.go
cp gotests_bin /Users/xiazemin/go/bin/gotests
go generate ./... && go build -o gotests_bin gotests/main.go && cp gotests_bin /Users/xiazemin/go/bin/gotests
//cp gotests_bin /Users/xiazemin/.gvm/pkgsets/go1.18beta2/global/bin/gotests
% go generate ./... && go run gotests/main.go -w -only GreetVisitors ./tabel_drving_test_learn/exp4/party.go
% go get -u github.com/cweill/gotests/...
https://tonybai.com/2020/12/10/a-kind-of-thinking-about-how-to-trace-function-call-chain/
https://www.coder.work/article/194041