From 4c204ba2d8656f8db4eb2cb8c05e45f551486bc0 Mon Sep 17 00:00:00 2001 From: Keith Fahlgren Date: Mon, 13 Jul 2009 20:18:41 +0000 Subject: [PATCH] Smoketest regression for failing profiling/profile.xsl --- xsl/Makefile.tests | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/xsl/Makefile.tests b/xsl/Makefile.tests index f685acfc3..cda7fa151 100644 --- a/xsl/Makefile.tests +++ b/xsl/Makefile.tests @@ -26,6 +26,8 @@ MULTIFILE_PROFILE_STYLES=$(CHUNK_PROFILE_STYLES) $(HELP_PROFILE_STYLES) MAN_STYLE=manpages/docbook.xsl MAN_PROFILE_STYLE=manpages/profile-docbook.xsl +TWO_PROFILE_STYLE=profiling/profile.xsl + ROUNDTRIP_STYLES=roundtrip/dbk2ooo.xsl roundtrip/dbk2pages.xsl roundtrip/dbk2wordml.xsl SLIDES_STYLES=slides/html/default.xsl slides/xhtml/default.xsl slides/fo/plain.xsl WEBSITE_STYLES=website/website.xsl @@ -37,7 +39,7 @@ TMP_OUTPUT_DIR=/tmp/smoketest-output/ # SMOKETEST_CLEAN_TARGET; e.g. "make check SMOKETEST_CLEAN_TARGET=''" SMOKETEST_CLEAN_TARGET=smoketest-clean -check: smoketest-make-tmp-dir smoketest-normal smoketest-normal-profile smoketest-chunk smoketest-chunk-profile smoketest-man smoketest-man-profile $(SMOKETEST_CLEAN_TARGET) +check: smoketest-make-tmp-dir smoketest-normal smoketest-normal-profile smoketest-chunk smoketest-chunk-profile smoketest-man smoketest-man-profile smoketest-two-profile $(SMOKETEST_CLEAN_TARGET) smoketest-make-tmp-dir: $(RM) -r $(TMP_OUTPUT_DIR) @@ -79,5 +81,9 @@ smoketest-man-profile: $(XSLT) $(TESTFILE) $(MAN_PROFILE_STYLE) man.output.in.separate.dir=1 man.output.base.dir=$(TMP_OUTPUT_DIR) ; \ $(XSLT) $(TESTFILE_NS) $(MAN_PROFILE_STYLE) man.output.in.separate.dir=1 man.output.base.dir=$(TMP_OUTPUT_DIR) ; +smoketest-two-profile: + $(XSLT) $(TESTFILE_NS) $(TWO_PROFILE_STYLE) > /dev/null ; + smoketest-clean: $(RM) -r $(TMP_OUTPUT_DIR) + -- 2.50.1