Add initial control protocol test.
[oweals/dinit.git] / src / tests / Makefile
index 00aa81c5805cdd85276357e308ba0dc8117844ee..2836564aa18d0773c0105e4858aa483ee39d1e17 100644 (file)
@@ -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)