From: Jim Meyering Date: Thu, 30 Nov 1995 20:08:07 +0000 (+0000) Subject: . X-Git-Tag: TEXTUTILS-1_13g~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cfbca54a71283153bdfde431ab606bd91ae8b519;p=thirdparty%2Fcoreutils.git . --- diff --git a/tests/sort/Makefile b/tests/sort/Makefile index 7fc8d30f69..50c63992c6 100644 --- a/tests/sort/Makefile +++ b/tests/sort/Makefile @@ -1,8 +1,8 @@ .PHONY: all -all: sort-tests - ./sort-tests +all: run-tests + ./run-tests -sort-tests: main build-script test.data.pl +run-tests: main build-script test.data.pl ./main test.data.pl > $@.n mv $@.n $@ chmod 755 $@ @@ -16,4 +16,4 @@ clean: distclean .PHONY: realclean realclean: clean - rm -f sort-tests t*.in t*.exp t*.err + rm -f run-tests t*.in t*.exp t*.err diff --git a/tests/tr/Makefile b/tests/tr/Makefile index cc92ee2e54..50c63992c6 100644 --- a/tests/tr/Makefile +++ b/tests/tr/Makefile @@ -1,8 +1,8 @@ .PHONY: all -all: tr-tests - ./tr-tests +all: run-tests + ./run-tests -tr-tests: main build-script test.data.pl +run-tests: main build-script test.data.pl ./main test.data.pl > $@.n mv $@.n $@ chmod 755 $@ @@ -16,4 +16,4 @@ clean: distclean .PHONY: realclean realclean: clean - rm -f tr-tests t*.in t*.exp t*.err + rm -f run-tests t*.in t*.exp t*.err