Makefile: root_test: don't run test when compile fails
This commit is contained in:
parent
e2dc52a965
commit
d47bf9976f
2
Makefile
2
Makefile
@ -10,7 +10,7 @@ test:
|
|||||||
.phony: root_test
|
.phony: root_test
|
||||||
root_test:
|
root_test:
|
||||||
./build.bash
|
./build.bash
|
||||||
cd tests/root_test ; go test -c ; sudo ./root_test.test -test.v
|
cd tests/root_test && go test -c && sudo ./root_test.test -test.v
|
||||||
|
|
||||||
.phony: format
|
.phony: format
|
||||||
format:
|
format:
|
||||||
|
Loading…
Reference in New Issue
Block a user