diff options
author | Lorry Tar Creator <lorry-tar-importer@lorry> | 2021-10-20 23:22:45 +0000 |
---|---|---|
committer | Lorry Tar Creator <lorry-tar-importer@lorry> | 2021-10-20 23:22:45 +0000 |
commit | 332fa27640b1901ac632e6d37a4aa9643d0f8594 (patch) | |
tree | bfb5303e24d1cd4ddd22df12f45a013fefb9ca23 /test/mk-test.awk | |
parent | ff448436b2b70771d09b8d5ff34a509dcf02f81b (diff) | |
download | ncurses-master.tar.gz |
ncurses-6.3HEADncurses-6.3master
Diffstat (limited to 'test/mk-test.awk')
-rw-r--r-- | test/mk-test.awk | 8 |
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]" |