2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-16 13:22:11 +00:00
Files
build/test/project-test2
Vladimir Prus f89826f795 Work on project/targets modules.
* new/targets.jam: Considerably changed.
    * new/project.jam: Projects now return project targets via 'target' rule.
        Requirements are inherited. Renames 'subinclude(s)' to 'subproject(s)'.
        (find-jamfile): Rewritten, which fixes some bugs.
    * new/project-root/jam: (print): Sort projects first by they id, which
        makes order more predictable.
    * test/project-test1.py: Also run test from the 'project-test1' dir.
    * test/project-test2.py: New test.


[SVN r13681]
2002-05-06 09:11:30 +00:00
..
2002-05-06 09:11:30 +00:00
2002-05-06 09:11:30 +00:00
2002-05-06 09:11:30 +00:00
2002-05-06 09:11:30 +00:00

This tests for project semantics and interaction with the 'targets'
module. 

1. That project requirements are correctly inherited and that errors are
detected.

2. That we can add main targets to a project.

3. ...


Use

    bjam --build-system=project-test2

in this directory to run this test outside of the test system.