[nostalgia] Make test run build in Makefile
This commit is contained in:
parent
b39735bb08
commit
b0f268f371
2
Makefile
2
Makefile
@ -42,7 +42,7 @@ clean:
|
|||||||
purge:
|
purge:
|
||||||
${ENV_RUN} ${RM_RF} build .current_build
|
${ENV_RUN} ${RM_RF} build .current_build
|
||||||
.PHONY: test
|
.PHONY: test
|
||||||
test:
|
test: build
|
||||||
$(foreach file, $(wildcard build/*), cmake --build $(file) --target test;)
|
$(foreach file, $(wildcard build/*), cmake --build $(file) --target test;)
|
||||||
|
|
||||||
.PHONY: run
|
.PHONY: run
|
||||||
|
Loading…
Reference in New Issue
Block a user