diff options
author | Jim Meyering <jim@meyering.net> | 1996-08-12 03:42:53 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1996-08-12 03:42:53 +0000 |
commit | 26a8544c8307bfe129b6b323fda23f77656c0ed1 (patch) | |
tree | 95b5f06f299d8140d327b53649f2858c279baaf9 /tests | |
parent | 4fd0132dfca4b1824d2ecc24a1533addd935e3f5 (diff) | |
download | coreutils-26a8544c8307bfe129b6b323fda23f77656c0ed1.tar.xz |
.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/tr/Makefile | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/tests/tr/Makefile b/tests/tr/Makefile deleted file mode 100644 index 50c63992c..000000000 --- a/tests/tr/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 -realclean: clean - rm -f run-tests t*.in t*.exp t*.err |