Makefile: root_test: don't run test when compile fails

This commit is contained in:
Jakob Unterwurzacher 2021-03-12 17:42:44 +01:00
parent e2dc52a965
commit d47bf9976f
1 changed files with 1 additions and 1 deletions

View File

@ -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: