Lines Matching defs:check

112 # Select which lines of NEWS are searched for $(news-check-regexp).
114 # lines 1..10 of NEWS for $(news-check-regexp).
116 news-check-lines-spec ?= 1,10
117 news-check-regexp ?= '^\*.* $(VERSION_REGEXP) \($(today)\)'
130 syntax-check-rules := $(sort $(shell sed -n 's/^\(sc_[a-zA-Z0-9_-]*\):.*/\1/p' \
132 .PHONY: $(syntax-check-rules)
135 local-checks-available += $(syntax-check-rules)
139 @echo "No version control files detected; skipping syntax check"
144 $(syntax-check-rules): %: %.m
145 sc_m_rules_ = $(patsubst %, %.m, $(syntax-check-rules))
151 # Compute and print the elapsed time for each syntax-check rule.
152 sc_z_rules_ = $(patsubst %, %.z, $(syntax-check-rules))
163 local-check := \
167 syntax-check: $(local-check)
190 # grep-E-style regexp denoting the files to check. If no files
213 # For example, to exempt from the sc_space_tab check all files with the
1053 news-check: NEWS
1054 if sed -n $(news-check-lines-spec)p $(srcdir)/NEWS \
1055 | grep -E $(news-check-regexp) >/dev/null; then \
1058 echo 'NEWS: $$(news-check-regexp) failed to match' 1>&2; \
1216 vc-diff-check:
1325 # dependent of "check" by default. However, some of us do occasionally
1327 # submodule commit, and want to be able to use rules like "make check".
1328 # In that case, run e.g., "make check gl_public_submodule_commit="
1331 check: $(gl_public_submodule_commit)
1335 alpha beta stable: $(local-check) writable-files $(submodule-checks)
1340 $(MAKE) vc-diff-check
1341 $(MAKE) news-check
1393 $(MAKE) $(AM_MAKEFLAGS) CFLAGS=$(COVERAGE_CCOPTS) CXXFLAGS=$(COVERAGE_CCOPTS) check