diff options
-rw-r--r-- | pc/ChangeLog | 4 | ||||
-rw-r--r-- | pc/Makefile.tst | 7 |
2 files changed, 8 insertions, 3 deletions
diff --git a/pc/ChangeLog b/pc/ChangeLog index 57a18b01..316b23f7 100644 --- a/pc/ChangeLog +++ b/pc/ChangeLog @@ -1,3 +1,7 @@ +Sun Feb 27 22:58:08 2011 Scott Deifik <scottd.mail@sbcglobal.net> + + * Makefile.tst: Sync with mainline version. + Mon Feb 21 20:32:36 2011 Arnold D. Robbins <arnold@skeeve.com> * Makefile.tst (GAWK_EXT_TESTS): Include profile3. Thanks to diff --git a/pc/Makefile.tst b/pc/Makefile.tst index 1ff348db..5b83ec00 100644 --- a/pc/Makefile.tst +++ b/pc/Makefile.tst @@ -1,6 +1,6 @@ # Makefile for GNU Awk test suite. # -# Copyright (C) 1988-2010 the Free Software Foundation, Inc. +# Copyright (C) 1988-2011 the Free Software Foundation, Inc. # # This file is part of GAWK, the GNU implementation of the # AWK Programming Language. @@ -168,8 +168,9 @@ LOCALE_CHARSET_TESTS = asort asorti fmttest fnarydel fnparydl lc_num1 mbfw1 \ # List of the tests which should be run with --lint option: -NEED_LINT = defref fmtspcl lintwarn noeffect nofmtch shadow uninit2 -uninit3 uninit4 uninit5 uninitialized +NEED_LINT = defref fmtspcl lintwarn noeffect nofmtch shadow \ + uninit2 uninit3 uninit4 uninit5 uninitialized + # List of the tests which should be run with --lint-old option: NEED_LINT_OLD = lintold |