X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=src%2Ftests%2FMakefile;h=2836564aa18d0773c0105e4858aa483ee39d1e17;hb=2ba8beac6e6f3fcaebc2080d63de58058c57e105;hp=00aa81c5805cdd85276357e308ba0dc8117844ee;hpb=36a5951744b533516d6b0d70b30133aaf89c4b51;p=oweals%2Fdinit.git diff --git a/src/tests/Makefile b/src/tests/Makefile index 00aa81c..2836564 100644 --- a/src/tests/Makefile +++ b/src/tests/Makefile @@ -7,6 +7,7 @@ check: build-tests ./tests ./proctests ./loadtests + $(MAKE) -C cptests check build-tests: prepare-incdir tests proctests loadtests @@ -33,6 +34,7 @@ $(parent_objs): %.o: ../%.cc $(CXX) $(CXXOPTS) $(SANITIZEOPTS) -MMD -MP -Iincludes -I../dasynq -c $< -o $@ clean: + $(MAKE) -C cptests clean rm -f *.o *.d tests proctests loadtests -include $(objects:.o=.d)