2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-01 08:22:15 +00:00
Files
build/test/test.jam
Vladimir Prus 58566b47bd * tools/common.jam (path-variable-setting-command): Allow to refer to
enviroment variables in the list of values. No it's possible to add
  an element to a variable.
* build/project.jam: Remove obsolete test.
* build/toolset.jam (find-property-subset): No longer local,
  so that test can call it.
* test/test.jam: Import 'print' and 'common'.
* util/print.jam: Comment out failing unit test.


[SVN r26413]
2004-12-03 10:46:05 +00:00

18 lines
256 B
Plaintext

import indirect ;
import string ;
import numbers ;
import sequence ;
import "class" ;
import os ;
import path ;
import feature ;
import property ;
import build-request ;
import container ;
import print ;
import common ;
actions nothing { }
nothing all ;