Home | History | Annotate | Download | only in tests

Lines Matching full:echo

384 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnits  tests/Makefile'; \
393 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
557 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
570 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
586 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
617 echo "XPASS: $$tst"; \
620 echo "PASS: $$tst"; \
628 echo "XFAIL: $$tst"; \
632 echo "FAIL: $$tst"; \
637 echo "SKIP: $$tst"; \
657 test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
663 test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \
666 dashes=`echo "$$dashes" | sed s/./=/g`; \
667 echo "$$dashes"; \
668 echo "$$banner"; \
669 test -z "$$skipped" || echo "$$skipped"; \
670 test -z "$$report" || echo "$$report"; \
671 echo "$$dashes"; \
676 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
677 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
680 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
681 $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
684 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
720 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
730 @echo "This command is intended for maintainers to use"
731 @echo "it deletes files that may require special tools to rebuild."