2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-12 12:02:24 +00:00
Files
build/test
Vladimir Prus 50137dcc10 Beginning of the 'make' rule.
* new/targets.jam: Check for duplicate 'basic-target::generate()' calls.
        Use better logic to tell is source is another main target or file.
        (project-target::has-main-target): New rule.
    * new/project.jam (lookup): Fixes. (find-target): Implemented.
    * new/make.jam: New file, defines the 'make' rule and associated target
        class.
    * new/build-system.jam: Import 'make'. Generate virtual targets and
        actualize them.
    * new/utility.jam: Added "MkDir" rule and actions.
    * test/project_test3.py: New test.


[SVN r14249]
2002-06-27 14:00:30 +00:00
..
2002-05-16 00:56:42 +00:00
2001-10-02 12:24:53 +00:00
2002-05-09 14:24:57 +00:00
2001-10-02 12:24:53 +00:00
2002-05-03 12:35:41 +00:00
2002-03-27 22:23:30 +00:00
2001-10-02 12:24:53 +00:00
2001-09-10 02:53:41 +00:00
2001-09-10 02:40:57 +00:00
2001-09-10 02:53:41 +00:00
2002-06-27 14:00:30 +00:00
2002-05-06 17:51:21 +00:00
2002-04-07 00:22:45 +00:00
2002-05-06 18:54:24 +00:00
2001-11-09 09:07:53 +00:00
2002-04-12 07:26:10 +00:00
2002-04-18 08:35:27 +00:00
2002-06-27 14:00:30 +00:00
2002-05-12 16:57:31 +00:00
2002-05-06 20:59:53 +00:00
2001-11-09 09:07:53 +00:00

Comprehensive tests for Boost.Build v2; requires Python. To test, execute:

    python test-all.py