aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2015-01-19 05:29:09 +0200
committerArnold D. Robbins <arnold@skeeve.com>2015-01-19 05:29:09 +0200
commitf25f9c52b1ab284ac1055b4f8321a2da33e81fcb (patch)
tree98c6727ee16e108f3b90ad30a69641eed8338ab3
parent85699a5cba88f4ee910e2c3ef42b5cc165102b51 (diff)
downloadegawk-f25f9c52b1ab284ac1055b4f8321a2da33e81fcb.tar.gz
egawk-f25f9c52b1ab284ac1055b4f8321a2da33e81fcb.tar.bz2
egawk-f25f9c52b1ab284ac1055b4f8321a2da33e81fcb.zip
Finish adding profile8 test.
-rw-r--r--test/ChangeLog5
-rw-r--r--test/Makefile.am5
-rw-r--r--test/Makefile.in5
3 files changed, 13 insertions, 2 deletions
diff --git a/test/ChangeLog b/test/ChangeLog
index 75278015..19105027 100644
--- a/test/ChangeLog
+++ b/test/ChangeLog
@@ -1,3 +1,8 @@
+2015-01-19 Arnold D. Robbins <arnold@skeeve.com>
+
+ * Makefile.am (profile8): Actually add the test and the files.
+ Thanks to Hermann Peifer for the report.
+
2015-01-16 Arnold D. Robbins <arnold@skeeve.com>
* Makefile.am (profile8): New test.
diff --git a/test/Makefile.am b/test/Makefile.am
index a60547ff..8f501b56 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -715,6 +715,8 @@ EXTRA_DIST = \
profile6.ok \
profile7.awk \
profile7.ok \
+ profile8.awk \
+ profile8.ok \
prt1eval.awk \
prt1eval.ok \
prtoeval.awk \
@@ -1034,7 +1036,8 @@ GAWK_EXT_TESTS = \
manyfiles match1 match2 match3 mbstr1 \
nastyparm next nondec nondec2 \
patsplit posix printfbad1 printfbad2 printfbad3 printfbad4 printhuge procinfs \
- profile1 profile2 profile3 profile4 profile5 profile6 profile7 pty1 \
+ profile1 profile2 profile3 profile4 profile5 profile6 profile7 \
+ profile8 pty1 \
rebuf regnul1 regnul2 regx8bit reginttrad reint reint2 rsgetline rsglstdin rsstart1 \
rsstart2 rsstart3 rstest6 shadow sortfor sortu split_after_fpat \
splitarg4 strftime \
diff --git a/test/Makefile.in b/test/Makefile.in
index 73012c81..d4097f3d 100644
--- a/test/Makefile.in
+++ b/test/Makefile.in
@@ -962,6 +962,8 @@ EXTRA_DIST = \
profile6.ok \
profile7.awk \
profile7.ok \
+ profile8.awk \
+ profile8.ok \
prt1eval.awk \
prt1eval.ok \
prtoeval.awk \
@@ -1280,7 +1282,8 @@ GAWK_EXT_TESTS = \
manyfiles match1 match2 match3 mbstr1 \
nastyparm next nondec nondec2 \
patsplit posix printfbad1 printfbad2 printfbad3 printfbad4 printhuge procinfs \
- profile1 profile2 profile3 profile4 profile5 profile6 profile7 pty1 \
+ profile1 profile2 profile3 profile4 profile5 profile6 profile7 \
+ profile8 pty1 \
rebuf regnul1 regnul2 regx8bit reginttrad reint reint2 rsgetline rsglstdin rsstart1 \
rsstart2 rsstart3 rstest6 shadow sortfor sortu split_after_fpat \
splitarg4 strftime \