diff options
Diffstat (limited to 'test/Makefile.in')
-rw-r--r-- | test/Makefile.in | 7 |
1 files changed, 4 insertions, 3 deletions
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 |