mirror of
https://github.com/boostorg/build.git
synced 2026-02-14 12:42:11 +00:00
22 lines
449 B
Plaintext
22 lines
449 B
Plaintext
# 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 ;
|
|
|
|
|