mirror of
https://github.com/boostorg/build.git
synced 2026-02-16 13:22:11 +00:00
16 lines
267 B
Plaintext
16 lines
267 B
Plaintext
import project ;
|
|
import targets ;
|
|
import assert ;
|
|
|
|
project.load "." ;
|
|
|
|
project-root.print ;
|
|
|
|
assert.result dir2 : project.lookup @/cool-library : "." ;
|
|
assert.result dir : project.lookup dir@ : "." ;
|
|
assert.result dir : project.lookup @dir : "." ;
|
|
|
|
NOTFILE all ;
|
|
|
|
|