소스 검색

Add append02.at

Sergey Poznyakoff 19 년 전
부모
커밋
ab8711413c
2개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  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])