diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2011-02-27 22:58:36 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2011-02-27 22:58:36 +0200 |
commit | b36bcd4cb184bdad0b475fdfd86c60b5f5f89d97 (patch) | |
tree | a667f46d8c3e299be401680c5463849cb8655c24 | |
parent | a5695afdec422349f38bfd3658a325003b0e6b80 (diff) | |
download | egawk-b36bcd4cb184bdad0b475fdfd86c60b5f5f89d97.tar.gz egawk-b36bcd4cb184bdad0b475fdfd86c60b5f5f89d97.tar.bz2 egawk-b36bcd4cb184bdad0b475fdfd86c60b5f5f89d97.zip |
Sync PC Makefile.tst.
-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 |