1# Copyright 2002, 2003 Dave Abrahams
2# Copyright 2003 Vladimir Prus
3# Distributed under the Boost Software License, Version 1.0.
4# (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt)
5
6# Assume BOOST_BUILD_PATH point to the 'test' directory.
7# We need to leave 'test' there, so that 'test-config.jam'
8# can be found, but also add parent directory, to find
9# all the other modules.
10
11BOOST_BUILD_PATH = $(BOOST_BUILD_PATH)/.. $(BOOST_BUILD_PATH) ;
12
13# Find the boost build system in the ../kernel directory.
14boost-build ../src/kernel ;
15