Searched full:prove (Results 1 – 11 of 11) sorted by relevance
28 make prove -j
36 make prove -j
40 make prove -j search="t5 ex"
53 make prove -j2
15 .prove
230 PROVE ?= prove macro720 # such as when calling `make prove-all -j2`.800 # The test and prove targets can be controlled via pattern searches. The805 # make prove search='t3' # t3xx series tests823 prove : $(matched) target825 …$(PROVE) $(PROVE_OPTS) --exec '$(PYTHON) tests/junit.py' $(matched:$(OBJDIR)/%=%) :: --mode tap --…826 # Run prove target in parallel827 prv : ;@$(MAKE) $(MFLAGS) V=$(V) prove829 prove-all :830 +$(MAKE) prove realsearch=%[all …]
8 Check that tests (including "examples") pass using `make prove-all`.
138 or, using the `prove` tool distributed with Perl (recommended):141 $ make prove
44 # such as when calling `make prove-all -j2` for the top level Makefile.