X-Git-Url: http://www.andromeda.nl/gitweb/?a=blobdiff_plain;f=test%2FMakefile.in;h=6621e31b2df32eb5b502db219d63821499978677;hb=93a06a4dae1056b7e9a32824d34f1ea8df46f7d4;hp=3949a0987e155f572bc9359194f474e732ebecec;hpb=a6e9ef7450dd839043a3f613d7c1e051ceae7ede;p=xmldoc.git diff --git a/test/Makefile.in b/test/Makefile.in index 3949a09..6621e31 100644 --- a/test/Makefile.in +++ b/test/Makefile.in @@ -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'; \