diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2018-11-25 20:03:01 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2018-11-25 20:03:01 +0200 |
commit | 33c91cfc227c4075c1d3946d0f65611f7dba8d26 (patch) | |
tree | ded305fdb25db6be1326aafae1e98da367f3fd6d | |
parent | 6022bbd8411ff8a38353f41f1a872a4acc4036bc (diff) | |
download | egawk-33c91cfc227c4075c1d3946d0f65611f7dba8d26.tar.gz egawk-33c91cfc227c4075c1d3946d0f65611f7dba8d26.tar.bz2 egawk-33c91cfc227c4075c1d3946d0f65611f7dba8d26.zip |
Layout improvement in test/Makefile.am.
-rw-r--r-- | test/ChangeLog | 4 | ||||
-rw-r--r-- | test/Makefile.am | 5 | ||||
-rw-r--r-- | test/Makefile.in | 7 |
3 files changed, 10 insertions, 6 deletions
diff --git a/test/ChangeLog b/test/ChangeLog index 36599fdd..96375390 100644 --- a/test/ChangeLog +++ b/test/ChangeLog @@ -1,3 +1,7 @@ +2018-11-25 Arnold D. Robbins <arnold@skeeve.com> + + * Makefile.am (GAWK_EXT_TESTS): Fix layout of the list. + 2018-11-24 Arnold D. Robbins <arnold@skeeve.com> * spacere.awk: Move setting of LC_ALL=C out to ... diff --git a/test/Makefile.am b/test/Makefile.am index aa7e6fce..e1ecc649 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -1314,9 +1314,8 @@ GAWK_EXT_TESTS = \ splitarg4 strftime strftfld strtonum strtonum1 switch2 symtab1 symtab2 \ symtab3 symtab4 symtab5 symtab6 symtab7 symtab8 symtab9 symtab10 \ typedregex1 typedregex2 typedregex3 typedregex4 \ - typeof1 typeof2 typeof3 typeof4 \ - typeof5 timeout \ - watchpoint1 + typeof1 typeof2 typeof3 typeof4 typeof5 \ + timeout watchpoint1 ARRAYDEBUG_TESTS = arrdbg diff --git a/test/Makefile.in b/test/Makefile.in index ccab8144..1e3fe2ee 100644 --- a/test/Makefile.in +++ b/test/Makefile.in @@ -1434,6 +1434,8 @@ EXTRA_DIST = \ typedregex2.ok \ typedregex3.awk \ typedregex3.ok \ + typedregex4.awk \ + typedregex4.ok \ typeof1.awk \ typeof1.ok \ typeof2.awk \ @@ -1570,9 +1572,8 @@ GAWK_EXT_TESTS = \ splitarg4 strftime strftfld strtonum strtonum1 switch2 symtab1 symtab2 \ symtab3 symtab4 symtab5 symtab6 symtab7 symtab8 symtab9 symtab10 \ typedregex1 typedregex2 typedregex3 typedregex4 \ - typeof1 typeof2 typeof3 typeof4 \ - typeof5 timeout \ - watchpoint1 + typeof1 typeof2 typeof3 typeof4 typeof5 \ + timeout watchpoint1 ARRAYDEBUG_TESTS = arrdbg EXTRA_TESTS = inftest regtest ignrcas3 |