Added test for table.
[xmldoc.git] / test / Makefile.in
index 3949a09..6621e31 100644 (file)
@@ -408,7 +408,7 @@ target_alias = @target_alias@
 top_build_prefix = @top_build_prefix@
 top_builddir = @top_builddir@
 top_srcdir = @top_srcdir@
-TESTS = basic title titlepage sections toc paragraph lists specialchars
+TESTS = basic title titlepage sections toc paragraph lists table specialchars
 all: all-am
 
 .SUFFIXES:
@@ -639,6 +639,13 @@ lists.log: lists
        --log-file $$b.log --trs-file $$b.trs \
        $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
        "$$tst" $(AM_TESTS_FD_REDIRECT)
+table.log: table
+       @p='table'; \
+       b='table'; \
+       $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
+       --log-file $$b.log --trs-file $$b.trs \
+       $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
+       "$$tst" $(AM_TESTS_FD_REDIRECT)
 specialchars.log: specialchars
        @p='specialchars'; \
        b='specialchars'; \