2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-12 12:02:24 +00:00
Files
build/test/project-test2
Vladimir Prus f7691b8ccb Futher cleanups. Tests now pass.
* new/targets.jam: Rename 'abstract-target::local-name' to 'name'. Rename
        'abstract-target::name()' to 'abstract-target::full-name()'.
    * test/project-test2/project-test2.jam: Induces change.


[SVN r14247]
2002-06-27 11:00:05 +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.