diff options
Diffstat (limited to 'pc')
-rw-r--r-- | pc/ChangeLog | 5 | ||||
-rw-r--r-- | pc/Makefile.tst | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/pc/ChangeLog b/pc/ChangeLog index 1a799e0e..57a18b01 100644 --- a/pc/ChangeLog +++ b/pc/ChangeLog @@ -1,3 +1,8 @@ +Mon Feb 21 20:32:36 2011 Arnold D. Robbins <arnold@skeeve.com> + + * Makefile.tst (GAWK_EXT_TESTS): Include profile3. Thanks to + Scott Deifik for pointing out the omission. + Wed Feb 16 21:09:50 2011 Arnold D. Robbins <arnold@skeeve.com> * Makefile.tst (lintwarn): New test. diff --git a/pc/Makefile.tst b/pc/Makefile.tst index 36009d93..1ff348db 100644 --- a/pc/Makefile.tst +++ b/pc/Makefile.tst @@ -156,7 +156,7 @@ GAWK_EXT_TESTS = \ gnuops2 gnuops3 gnureops \ icasefs icasers igncdym igncfs ignrcas2 ignrcase indirectcall lint \ lintold manyfiles match1 match2 match3 mbstr1 nondec nondec2 patsplit \ - posix profile1 profile2 printfbad1 printfbad2 \ + posix profile1 profile2 profile3 printfbad1 printfbad2 \ procinfs rebuf regx8bit reint reint2 rsstart1 rsstart2 rsstart3 \ rstest6 shadow sortfor splitarg4 strftime strtonum switch2 |