Home
last modified time | relevance | path

Searched refs:result_count (Results 1 – 1 of 1) sorted by relevance

/mOS-networking-stack/samples/lighttpd-1.4.32/tests/
H A DMakefile.in889 result_count () \ function
909 result_count $$1 "TOTAL:" $$all "$$brg"; \
910 result_count $$1 "PASS: " $$pass "$$grn"; \
911 result_count $$1 "SKIP: " $$skip "$$blu"; \
912 result_count $$1 "XFAIL:" $$xfail "$$lgn"; \
913 result_count $$1 "FAIL: " $$fail "$$red"; \
914 result_count $$1 "XPASS:" $$xpass "$$red"; \
915 result_count $$1 "ERROR:" $$error "$$mgn"; \