• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/wget-1.12/

Lines Matching refs:test

41   $(VC_LIST) | if test -f $(srcdir)/.x-$@; then grep -vEf $(srcdir)/.x-$@; \
74 _cfg_mk := $(shell test -f $(srcdir)/cfg.mk && echo '$(srcdir)/cfg.mk')
106 _ignore_case = $$(test -n "$$ignore_case" && echo -i || :)
113 test "x$$re" != x || { echo '$(ME): re not defined' 1>&2; exit 1; }; \
114 test "x$$msg" != x || { echo '$(ME): msg not defined' 1>&2; exit 1; };\
224 test $$fail = 1 && \
367 # Require that the final line of each test-lib.sh-using test be this one:
369 # Note: this test requires GNU grep's --label= option.
370 Exit_witness_file ?= tests/test-lib.sh
373 @if test -f $(srcdir)/$(Exit_witness_file); then \
380 test $$die = 1 && \
454 if test "x$$progs" != x; then \
462 test $$fail = 1 && \
489 @if test -f $(srcdir)/NEWS; then \
490 test "$(NEWS_hash)" = '$(old_NEWS_hash)' && : || \
540 @if test -f $(po_file); then \
545 test -r $$file || continue; \
554 { test -f $$base.l || test -f $$base.y; } && continue;; \
576 if test -d $(release_archive_dir); then :; else \
579 test -e $$file || continue; \
580 test -w $$file \
583 test "$$fail" && exit 1 || : ; \
587 sample-test = tests/sample-test
590 # Do the same for the $(sample-test) and the main doc/.texi file.
592 @if test -f $(v_etc_file); then \
598 @if test -f $(sample-test); then \
599 grep '# Copyright (C) '$$(date +%Y)' Free' $(sample-test) \
601 || { echo 'out of date copyright in $(sample-test); update it' 1>&2; \
604 @if test -f $(texi); then \
613 if test -s vc-diffs; then \
678 if test -d $(srcdir)/.git; then \
692 test $@ = major \
701 if test -d $(release_archive_dir); then \
714 @test -z "$(manual_title)" \