浏览代码

Added append01.at

Sergey Poznyakoff 20 年之前
父节点
当前提交
eaa66dc858
共有 2 个文件被更改,包括 2 次插入0 次删除
  1. 1 0
      tests/Makefile.am
  2. 1 0
      tests/testsuite.at

+ 1 - 0
tests/Makefile.am

@@ -48,6 +48,7 @@ $(srcdir)/package.m4: $(top_srcdir)/configure.ac
 TESTSUITE_AT = \
  testsuite.at\
  append.at\
+ append01.at\
  comprec.at\
  delete01.at\
  delete02.at\

+ 1 - 0
tests/testsuite.at

@@ -66,6 +66,7 @@ m4_include([options.at])
 m4_include([options02.at])
 
 m4_include([append.at])
+m4_include([append01.at])
 
 m4_include([delete01.at])
 m4_include([delete02.at])