X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=test%2Fmk-test.awk;h=a438580f3de0176b992b5d7c7b93db87899014d2;hp=930804cab7854d6ad7f74d26bb20980916f38750;hb=6a586fefa9985809fdfbc96d2dcb838a13e4e4d2;hpb=bfe3845eb1a2ff02a740e917b537e939ec4e44cb;ds=sidebyside diff --git a/test/mk-test.awk b/test/mk-test.awk index 930804ca..a438580f 100644 --- a/test/mk-test.awk +++ b/test/mk-test.awk @@ -1,6 +1,6 @@ -# $Id: mk-test.awk,v 1.21 2018/01/15 15:59:25 tom Exp $ +# $Id: mk-test.awk,v 1.22 2019/01/06 00:35:28 tom Exp $ ############################################################################## -# Copyright (c) 2006-2017,2018 Free Software Foundation, Inc. # +# Copyright (c) 2006-2018,2019 Free Software Foundation, Inc. # # # # Permission is hereby granted, free of charge, to any person obtaining a # # copy of this software and associated documentation files (the "Software"), # @@ -80,6 +80,8 @@ END { print "" print "sources:" print "" + print "check:" + print " @ echo The test-programs are interactive" print "tags:" print " $(CTAGS) *.[ch]" print ""