Add make targets for codesigned single test runs
This commit is contained in:
parent
97fefb4a7b
commit
d73569a7b5
6
Makefile
6
Makefile
@ -22,3 +22,9 @@ ifeq "$(UNAME)" "Darwin"
|
|||||||
else
|
else
|
||||||
go test -v ./...
|
go test -v ./...
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
test-proctl-run:
|
||||||
|
cd proctl && go test -c $(PREFIX)/proctl && codesign -s $(CERT) ./proctl.test && ./proctl.test -test.run $(RUN) && rm ./proctl.test
|
||||||
|
|
||||||
|
test-integration-run:
|
||||||
|
cd service/rest && go test -c $(PREFIX)/service/rest && codesign -s $(CERT) ./rest.test && ./rest.test -test.run $(RUN) && rm ./rest.test
|
||||||
|
Loading…
Reference in New Issue
Block a user