summaryrefslogtreecommitdiff
path: root/tests/join/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tests/join/Makefile')
-rw-r--r--tests/join/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/join/Makefile b/tests/join/Makefile
index 391f1a04f..683b343a8 100644
--- a/tests/join/Makefile
+++ b/tests/join/Makefile
@@ -1,8 +1,8 @@
.PHONY: all
-all: tr-tests
- ./tr-tests
+all: join-tests
+ ./join-tests
-tr-tests: main build-script test.data.pl
+join-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
+ rm -f join-tests t*.in t*.exp