summaryrefslogtreecommitdiff
path: root/tests/sort
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1996-08-18 14:32:13 +0000
committerJim Meyering <jim@meyering.net>1996-08-18 14:32:13 +0000
commit0055d0a4cc9cac893d149bef4636bd5849361744 (patch)
tree490c4d42bedeb146987db53889c148580b76eb21 /tests/sort
parent416715cf930417d7d03f10b8530ee3e73d06316a (diff)
downloadcoreutils-0055d0a4cc9cac893d149bef4636bd5849361744.tar.xz
.
Diffstat (limited to 'tests/sort')
-rw-r--r--tests/sort/Makefile19
1 files changed, 0 insertions, 19 deletions
diff --git a/tests/sort/Makefile b/tests/sort/Makefile
deleted file mode 100644
index 5cecb129c..000000000
--- a/tests/sort/Makefile
+++ /dev/null
@@ -1,19 +0,0 @@
-.PHONY: all
-all: run-tests
- ./run-tests
-
-run-tests: main build-script test.data.pl
- ./main test.data.pl > $@.n
- mv $@.n $@
- chmod 755 $@
-
-.PHONY: distclean
-distclean:
- rm -f t*.out
-
-.PHONY: clean
-clean: distclean
-
-.PHONY: realclean maintainer-clean
-maintainer-clean realclean: clean
- rm -f run-tests t*.in t*.exp t*.err