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 /test | |
parent | 5a571fa35e33d80a3139f642ef44d5699d691fc6 (diff) | |
download | egawk-be5cf5673ef03f719e594203a10e86a1e2d54ffa.tar.gz egawk-be5cf5673ef03f719e594203a10e86a1e2d54ffa.tar.bz2 egawk-be5cf5673ef03f719e594203a10e86a1e2d54ffa.zip |
Fix test Makefiles across the board.
Diffstat (limited to 'test')
-rw-r--r-- | test/ChangeLog | 5 | ||||
-rw-r--r-- | test/Makefile.am | 2 | ||||
-rw-r--r-- | test/Makefile.in | 2 |
3 files changed, 7 insertions, 2 deletions
diff --git a/test/ChangeLog b/test/ChangeLog index 8b2138d6..7b3aa52a 100644 --- a/test/ChangeLog +++ b/test/ChangeLog @@ -1,3 +1,8 @@ +Mon Feb 21 20:32:36 2011 Arnold D. Robbins <arnold@skeeve.com> + + * Makefile.am (GAWK_EXT_TESTS): Include profile3. Thanks to + Scott Deifik for pointing out the omission. + Tue Feb 15 17:11:26 2011 Pat Rankin <rankin@pactechdata.com> * sortfor.awk: New values for PROCINFO["sorted_in"]. diff --git a/test/Makefile.am b/test/Makefile.am index b8b5016c..94e3c058 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -768,7 +768,7 @@ GAWK_EXT_TESTS = \ icasefs icasers igncdym igncfs ignrcas2 ignrcase indirectcall lint \ lintwarn \ 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 diff --git a/test/Makefile.in b/test/Makefile.in index c478318f..8d152fc7 100644 --- a/test/Makefile.in +++ b/test/Makefile.in @@ -952,7 +952,7 @@ GAWK_EXT_TESTS = \ icasefs icasers igncdym igncfs ignrcas2 ignrcase indirectcall lint \ lintwarn \ 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 |