diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2011-02-21 20:41:13 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2011-02-21 20:41:13 +0200 |
commit | be5cf5673ef03f719e594203a10e86a1e2d54ffa (patch) | |
tree | e808ead20a5b6df7477c3164fd18a0ac60ac9176 /pc | |
parent | 5a571fa35e33d80a3139f642ef44d5699d691fc6 (diff) | |
download | egawk-be5cf5673ef03f719e594203a10e86a1e2d54ffa.tar.gz egawk-be5cf5673ef03f719e594203a10e86a1e2d54ffa.tar.bz2 egawk-be5cf5673ef03f719e594203a10e86a1e2d54ffa.zip |
Fix test Makefiles across the board.
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 |