Lines Matching defs:check
40 # member-check,VARIABLE,VALID-VALUES
42 # Check that $(VARIABLE) is in the space-separated list of VALID-VALUES, and
44 member-check = \
125 release-type = $(call member-check,RELEASE_TYPE,$(RELEASE_TYPES))
143 # Select which lines of NEWS are searched for $(news-check-regexp).
145 # lines 1..10 of NEWS for $(news-check-regexp).
147 news-check-lines-spec ?= 1,10
148 news-check-regexp ?= '^\*.* $(VERSION_REGEXP) \($(today)\)'
161 syntax-check-rules := $(sort $(shell sed -n 's/^\(sc_[a-zA-Z0-9_-]*\):.*/\1/p' \
163 .PHONY: $(syntax-check-rules)
166 local-checks-available += $(syntax-check-rules)
170 @echo "No version control files detected; skipping syntax check"
175 $(syntax-check-rules): %: %.m
176 sc_m_rules_ = $(patsubst %, %.m, $(syntax-check-rules))
182 # Compute and print the elapsed time for each syntax-check rule.
183 sc_z_rules_ = $(patsubst %, %.z, $(syntax-check-rules))
194 local-check := \
198 syntax-check: $(local-check)
221 # grep-E-style regexp selecting the files to check. For in_vc_files,
246 # For example, to exempt from the sc_space_tab check all files with the
278 : Check arguments; \
311 : Check for the construct; \
589 re='(\<ROOT_DEV_INO_(CHECK|WARN)\>|\<get_root_dev_ino *\()' \
1099 news-check: NEWS
1100 $(AM_V_GEN)if sed -n $(news-check-lines-spec)p $< \
1101 | grep -E $(news-check-regexp) >/dev/null; then \
1104 echo 'NEWS: $$(news-check-regexp) failed to match' 1>&2; \
1165 # Check that 'make alpha' will not fail at the end of the process,
1273 vc-diff-check:
1402 # dependent of "check" by default. However, some of us do occasionally
1404 # submodule commit, and want to be able to use rules like "make check".
1405 # In that case, run e.g., "make check gl_public_submodule_commit="
1408 check: $(gl_public_submodule_commit)
1412 alpha beta stable: $(local-check) writable-files $(submodule-checks)
1417 $(AM_V_at)$(MAKE) vc-diff-check
1418 $(AM_V_at)$(MAKE) news-check
1479 $(MAKE) $(AM_MAKEFLAGS) CFLAGS=$(COVERAGE_CCOPTS) CXXFLAGS=$(COVERAGE_CCOPTS) check