diff options
author | Jim Meyering <jim@meyering.net> | 1995-11-30 20:08:07 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1995-11-30 20:08:07 +0000 |
commit | cfbca54a71283153bdfde431ab606bd91ae8b519 (patch) | |
tree | 35802ddd15c673aa921308f8b31970878af2f7b9 /tests/sort | |
parent | f0f6a9c44e8024d1a349a07a49fadddb374a934d (diff) | |
download | coreutils-cfbca54a71283153bdfde431ab606bd91ae8b519.tar.xz |
.
Diffstat (limited to 'tests/sort')
-rw-r--r-- | tests/sort/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/sort/Makefile b/tests/sort/Makefile index 7fc8d30f6..50c63992c 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 |