blob: 2f2aad25c80f315f3fcbb460fdb5663e7f0acb8e [file] [log] [blame]
# Copyright 2002, 2003 Dave Abrahams
# Copyright 2002, 2003 Vladimir Prus
# Distributed under the Boost Software License, Version 1.0.
# (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt)
import project ;
import targets ;
import assert ;
import project-roots ;
project.load "." ;
import standalone-project ;
project-roots.print ;
assert.result standalone-project : project.find /teeest : "." ;
NOTFILE all ;