summaryrefslogtreecommitdiff
path: root/tools/boostbook/test/Jamfile.v2
diff options
context:
space:
mode:
Diffstat (limited to 'tools/boostbook/test/Jamfile.v2')
-rw-r--r--tools/boostbook/test/Jamfile.v213
1 files changed, 13 insertions, 0 deletions
diff --git a/tools/boostbook/test/Jamfile.v2 b/tools/boostbook/test/Jamfile.v2
new file mode 100644
index 0000000000..4699cd15c1
--- /dev/null
+++ b/tools/boostbook/test/Jamfile.v2
@@ -0,0 +1,13 @@
+# Copyright (c) 2009 Daniel James
+#
+# Distributed under the Boost Software License, Version 1.0.
+# (See accompanying file LICENSE_1_0.txt or copy at
+# http://www.boost.org/LICENSE_1_0.txt)
+
+project boost/test ;
+import boostbook : boostbook ;
+
+boostbook alt : alt.xml :
+ <xsl:param>boost.root=../../../..
+ ;
+