Browse Source

Add append02.at

Sergey Poznyakoff 19 years ago
parent
commit
ab8711413c
2 changed files with 2 additions and 0 deletions
  1. 1 0
      tests/Makefile.am
  2. 1 0
      tests/testsuite.at

+ 1 - 0
tests/Makefile.am

@@ -49,6 +49,7 @@ TESTSUITE_AT = \
  testsuite.at\
  append.at\
  append01.at\
+ append02.at\
  chtype.at\
  comprec.at\
  delete01.at\

+ 1 - 0
tests/testsuite.at

@@ -104,6 +104,7 @@ m4_include([indexfile.at])
 
 m4_include([append.at])
 m4_include([append01.at])
+m4_include([append02.at])
 
 m4_include([delete01.at])
 m4_include([delete02.at])