[nostalgia] Make test run build in Makefile
This commit is contained in:
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
|
||||||
|
Reference in New Issue
Block a user