9 lines
No EOL
206 B
Makefile
9 lines
No EOL
206 B
Makefile
integration-test:
|
|
# TODO figure out needed capabilities
|
|
sudo go test -count=1 -v ./... -tags=integration
|
|
|
|
test:
|
|
go test -count=1 -v ./...
|
|
|
|
patch-example:
|
|
gopatch -d -p ./multinet.patch ./testdata/patch*
|