From: drjaska Date: Wed, 4 Sep 2024 09:38:36 +0000 (+0300) Subject: Yoink individual prog tests from qcsrc/Makefile X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=895ff0fd867d69ec616cca4d70f32de918b09d50;p=xonotic%2Fxonotic-data.pk3dir.git Yoink individual prog tests from qcsrc/Makefile --- diff --git a/Makefile b/Makefile index 9ba235e48..f7bc68e49 100644 --- a/Makefile +++ b/Makefile @@ -38,6 +38,9 @@ sv: pk3: $(MAKE) -C qcsrc pk3 -.PHONY: test +COMPTESTS = test-server test-client test-menu +.PHONY: test $(COMPTESTS) test: $(MAKE) -C qcsrc test +$(COMPTESTS): + $(MAKE) -C qcsrc $@