]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
.
authorJim Meyering <jim@meyering.net>
Thu, 30 Nov 1995 20:08:07 +0000 (20:08 +0000)
committerJim Meyering <jim@meyering.net>
Thu, 30 Nov 1995 20:08:07 +0000 (20:08 +0000)
tests/sort/Makefile
tests/tr/Makefile

index 7fc8d30f69113640fcad0e7a34ad15399fb79011..50c63992c61747df9a2c044a0068dff96aca4fdb 100644 (file)
@@ -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
index cc92ee2e5453805f5631ab514216603ec0d1d4ed..50c63992c61747df9a2c044a0068dff96aca4fdb 100644 (file)
@@ -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