Lines Matching refs:test

8 # TESTSRCDIR is always relative to gmakefile.test
59 TESTFLAGS += -f # force test execution
68 TESTFLAGS += -d Launch test in debugger
219 if test -e "$(@:%.o=%.d)" && head -1 "$(@:%.o=%.d)" | grep -F -q -v : ; then\
226 # link line constructed differently for gmakefile vs gmakefile.test invocation
246 # ensure mpiexec and test executable is on firewall list
301 .PHONY: test pre-clean
303 # The Fortran compiler may use out-dated module files in the tutorial and test directories so delet…
304 remove-test-mod-files:
307 test: remove-test-mod-files report_tests
314 check-test-errors:
316 @test ! -s $(TESTDIR)/allgtests-tap-err.log
318 .PHONY: $(foreach pkg, $(pkgs), test-$(pkg) $(foreach lang, $(testlangs), test-$(pkg).$(lang) test-…
319 testpkgs := $(foreach pkg, $(pkgs), test-$(pkg))
320 # Targets to run tests in test-$pkg.$lang and delete the executables, language by language
321 $(testpkgs) : test-% : $(foreach lang, $(testlangs), test-rm-%.$(lang))
322 # List of raw test run targets
337 alltest-rm := $(foreach pkg, $(pkgs), $(foreach lang, $(testlangs), test-rm-$(pkg).$(lang)))
338 $(alltest-rm) : test-rm-% : test-%
340 $(call quiet,RM) $(addprefix $(TESTDIR)/,$(basename $($(@:test-rm-%=testsrcs-%))))
399 else ifdef test-fail
412 .PHONY: report_tests print-test
414 print-test:
436 …e is a gnumake then these messages are provided even if the user does not do make -f gmakefile.test
441 helpdeps:= help-test
467 -@echo " petsc4pytest - run the entire petsc4py test suite"
468 -@echo " alltests - run the entire PETSc test suite"
469 -@echo " test - use \"make help-test\" for help on running the extensive tests"
474 …-@echo " delete compiled examples, .o and related files (used in tutorials or test direc…
489 help-test:
491 -@echo " ${OMAKE} test <options>"
495 -@echo " REPLACE=1 Replace the output in PETSC_DIR source tree (-m to test scripts)"
497 -@echo " ALT=1 Replace 'alt' output in PETSC_DIR source tree (-M to test scripts)"
498 -@echo " DIFF_NUMBERS=1 Diff the numbers in the output (-j to test scripts and petscdiff)"
499 …EMCHECK=1 Execute the tests using CUDA 'compute-sanitizer --tool memcheck' (-U to test scripts)"
503 -@echo " VALGRIND=1 Execute the tests using valgrind (-V to test scripts)"
513 -@echo " OPTIONS='<args>' Override options to scripts (-a to test scripts)"
514 -@echo " EXTRA_OPTIONS_INITIAL='<args>' Add initial options to scripts (-e to test scripts)"
515 -@echo " EXTRA_OPTIONS='<args>' Add final options to scripts (-E to test scripts)"
518 …-@echo " MACOS_FIREWALL=1 Add each built test to the macOS firewall list to prevent popups. Confi…
522 -@echo " ${OMAKE} test search='sys*ex2*'"
524 -@echo " ${OMAKE} test s='sys*ex2*'"
526 -@echo " ${OMAKE} test s='src/sys/tests/'"
528 -@echo " ${OMAKE} test s='src/sys/tests/ex1.c'"
530 -@echo " To search for fields from the original test definitions:"
531 -@echo " ${OMAKE} test query='requires' queryval='*MPI_PROCESS_SHARED_MEMORY*'"
533 -@echo " ${OMAKE} test q='requires' qv='*MPI_PROCESS_SHARED_MEMORY*'"
535 -@echo " ${OMAKE} test s='src/sys/tests/' searchin='*options*'"
538 -@echo " ${OMAKE} test test-fail='1'"
541 -@echo " ${OMAKE} print-test search=sys*"
545 -@echo " or make the test with NO_RM=1"