mirror of
https://github.com/boostorg/build.git
synced 2026-02-16 13:22:11 +00:00
simplify some things. * new/project.jam (load): Tweak (lookup): Remove. (find): Simplify. [SVN r20430]
17 lines
227 B
Plaintext
17 lines
227 B
Plaintext
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 ;
|
|
|
|
|