Home
last modified time | relevance | path

Searched full:prove (Results 1 – 11 of 11) sorted by relevance

/libCEED/.github/workflows/
H A Dc-fortran-test-arm64.yml28 make prove -j
H A Dc-fortran-test-icc.yml36 make prove -j
H A Dc-fortan-test-ppc64le.yml40 make prove -j search="t5 ex"
H A Dc-fortran-test-linux-osx.yml53 make prove -j2
/libCEED/
H A D.gitignore15 .prove
H A DMakefile230 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=%
[all …]
H A DCONTRIBUTING.md8 Check that tests (including "examples") pass using `make prove-all`.
H A DREADME.md138 or, using the `prove` tool distributed with Perl (recommended):
141 $ make prove
/libCEED/rust/libceed-sys/c-src/
H A DMakefile230 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=%
[all …]
/libCEED/examples/
H A DMakefile44 # such as when calling `make prove-all -j2` for the top level Makefile.
/libCEED/doc/sphinx/source/
H A DCONTRIBUTING.md8 Check that tests (including "examples") pass using `make prove-all`.