Lines Matching full:prove
230 PROVE ?= prove macro
720 # such as when calling `make prove-all -j2`.
800 # The test and prove targets can be controlled via pattern searches. The
805 # make prove search='t3' # t3xx series tests
823 prove : $(matched) target
825 …$(PROVE) $(PROVE_OPTS) --exec '$(PYTHON) tests/junit.py' $(matched:$(OBJDIR)/%=%) :: --mode tap --…
826 # Run prove target in parallel
827 prv : ;@$(MAKE) $(MFLAGS) V=$(V) prove
829 prove-all :
830 +$(MAKE) prove realsearch=%
1010 # make prove
1051 .PHONY : all cln clean doxygen doc format lib install par print test tst prove prv prove-all junit …