[nostalgia] Make test run build in Makefile

This commit is contained in:
Gary Talent 2020-05-04 18:21:48 -05:00
parent b39735bb08
commit b0f268f371

View File

@ -42,7 +42,7 @@ clean:
purge:
${ENV_RUN} ${RM_RF} build .current_build
.PHONY: test
test:
test: build
$(foreach file, $(wildcard build/*), cmake --build $(file) --target test;)
.PHONY: run