source:
downloads/boost_1_33_1/tools/build/v2/test/project-test1/project-test1.jam
@
12
Last change on this file since 12 was 12, checked in by landauf, 17 years ago | |
---|---|
File size: 227 bytes |
Line | |
---|---|
1 | import project ; |
2 | import targets ; |
3 | import assert ; |
4 | import project-roots ; |
5 | |
6 | project.load "." ; |
7 | |
8 | import standalone-project ; |
9 | |
10 | project-roots.print ; |
11 | |
12 | assert.result standalone-project : project.find /teeest : "." ; |
13 | |
14 | NOTFILE all ; |
15 | |
16 |
Note: See TracBrowser
for help on using the repository browser.