summaryrefslogtreecommitdiff
path: root/test/mk-test.awk
diff options
context:
space:
mode:
Diffstat (limited to 'test/mk-test.awk')
-rw-r--r--test/mk-test.awk8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/mk-test.awk b/test/mk-test.awk
index ac4203a..cf3066f 100644
--- a/test/mk-test.awk
+++ b/test/mk-test.awk
@@ -1,6 +1,6 @@
-# $Id: mk-test.awk,v 1.23 2020/02/02 23:34:34 tom Exp $
+# $Id: mk-test.awk,v 1.25 2021/04/24 23:10:40 tom Exp $
##############################################################################
-# Copyright 2019,2020 Thomas E. Dickey #
+# Copyright 2019-2020,2021 Thomas E. Dickey #
# Copyright 2006-2017,2018 Free Software Foundation, Inc. #
# #
# Permission is hereby granted, free of charge, to any person obtaining a #
@@ -77,11 +77,11 @@ END {
print " $(srcdir)/*.x* \\"
print " $(srcdir)/*.dat"
print ""
- print "all: $(TESTS)"
+ print "all:: $(TESTS)"
print ""
print "sources:"
print ""
- print "check:"
+ print "check::"
print " @ echo The test-programs are interactive"
print "tags:"
print " $(CTAGS) *.[ch]"