summaryrefslogtreecommitdiff
path: root/tests/sort/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tests/sort/Makefile')
-rw-r--r--tests/sort/Makefile8
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