diff --git a/Makefile b/Makefile index db4574ef..e1add3be 100644 --- a/Makefile +++ b/Makefile @@ -16,7 +16,7 @@ endif test: ifeq "$(UNAME)" "Darwin" go test $(PREFIX)/command $(PREFIX)/dwarf/frame $(PREFIX)/dwarf/op $(PREFIX)/dwarf/util - cd proctl && go test -c $(PREFIX)/proctl && codesign -s $(CERT) ./proctl.test && ./proctl.test + cd proctl && go test -c $(PREFIX)/proctl && codesign -s $(CERT) ./proctl.test && ./proctl.test && rm ./proctl.test else go test ./... endif