mirror of
https://github.com/ii64/gouring.git
synced 2024-11-21 22:46:22 +01:00
5 lines
82 B
Makefile
5 lines
82 B
Makefile
|
test:
|
||
|
go test -c -gcflags=all=-d=checkptr .
|
||
|
./gouring.test
|
||
|
clean:
|
||
|
rm -rf *.test
|