X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=test%2Fmk-test.awk;h=ac4203aaac56a3d4b10d7f2b61123cce167c1c9c;hp=930804cab7854d6ad7f74d26bb20980916f38750;hb=9b4c4abadc0a29999c5ddad5aa8d769fee28d687;hpb=e33150410925e7858dacebb585a9bd90db683d86 diff --git a/test/mk-test.awk b/test/mk-test.awk index 930804ca..ac4203aa 100644 --- a/test/mk-test.awk +++ b/test/mk-test.awk @@ -1,6 +1,7 @@ -# $Id: mk-test.awk,v 1.21 2018/01/15 15:59:25 tom Exp $ +# $Id: mk-test.awk,v 1.23 2020/02/02 23:34:34 tom Exp $ ############################################################################## -# Copyright (c) 2006-2017,2018 Free Software Foundation, Inc. # +# Copyright 2019,2020 Thomas E. Dickey # +# Copyright 2006-2017,2018 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 +81,8 @@ END { print "" print "sources:" print "" + print "check:" + print " @ echo The test-programs are interactive" print "tags:" print " $(CTAGS) *.[ch]" print ""