2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-15 13:02:11 +00:00

Adjust boostbook test for boostbook changes. It

seems that doxygen target now produces a target
with different name, and it does not produce
any target unless there's explicit dependency
on it. I'm not sure I like the change, but
anyway.


[SVN r39605]
This commit is contained in:
Vladimir Prus
2007-09-29 18:17:27 +00:00
parent 411e5f6d40
commit 8b00e3a41e
3 changed files with 7 additions and 5 deletions

View File

@@ -5,17 +5,19 @@
# (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt)
from BoostBuild import Tester, List
import string
# Create a temporary working directory
t = Tester()
t.set_tree("boostbook")
# For some reason, the messages are sent to stderr.
t.run_build_system(stderr="""Writing boost/A.html for refentry(boost.A)
t.run_build_system()
t.fail_test(string.find(t.stdout(), """Writing boost/A.html for refentry(boost.A)
Writing library/reference.html for section(library.reference)
Writing index.html for chapter(library)
Writing HTML.manifest
""")
Writing docs_HTML.manifest
""") == -1)
t.expect_addition(["html/boost/A.html", "html/index.html"])
t.cleanup()

View File

@@ -1,3 +1,3 @@
boostbook docs : docs.xml ;
boostbook docs : docs.xml autodoc ;
doxygen autodoc : [ glob *.hpp ] ;

View File

@@ -32,5 +32,5 @@
</section>
<xi:include href="autodoc.boostbook"/>
<xi:include href="autodoc.xml"/>
</library>