]> granicus.if.org Git - docbook-dsssl/commitdiff
Smoketest regression for failing profiling/profile.xsl
authorKeith Fahlgren <abdelazer@users.sourceforge.net>
Mon, 13 Jul 2009 20:18:41 +0000 (20:18 +0000)
committerKeith Fahlgren <abdelazer@users.sourceforge.net>
Mon, 13 Jul 2009 20:18:41 +0000 (20:18 +0000)
xsl/Makefile.tests

index f685acfc3f6df298b9f4dee066b00a0498924a8d..cda7fa1518fbfd4ed7d4769e020f785617588f87 100644 (file)
@@ -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)
+