Lines Matching refs:format
821 # Testing with TAP format
931 CLANG_FORMAT ?= clang-format
936 format.ch := $(filter-out include/ceedf.h $(wildcard tests/t*-f.h) $(wildcard examples/ceed/ex*-f.h), $(shell git ls-files '*.[ch]pp' '*.[ch]' '*.cu'))
937 format.py := $(filter-out tests/junit-xml/junit_xml/__init__.py, $(shell git ls-files '*.py'))
938 format.ot := $(filter-out doc/sphinx/source/CODE_OF_CONDUCT.md doc/sphinx/source/CONTRIBUTING.md, $(shell git ls-files '*.md' '*.f90'))
940 format-c :
941 $(CLANG_FORMAT) $(CLANG_FORMAT_OPTS) $(format.ch)
943 format-py :
944 $(AUTOPEP8) $(AUTOPEP8_OPTS) $(format.py)
946 format-ot:
947 @$(SED) -r 's/\s+$$//' -i $(format.ot)
949 format : format-c format-py format-ot
956 $(VERMIN) $(VERMIN_OPTS) $(format.py)
1051 .PHONY : all cln clean doxygen doc format lib install par print test tst prove prv prove-all junit examples tidy iwyu info info-backends info-backends-all configure wheel