mirror of
https://github.com/boostorg/build.git
synced 2026-01-26 06:22:26 +00:00
to return 0 before because of a bug, but now that the bug is fixed, we need to change test.jam. [SVN r16359]
14 lines
204 B
Plaintext
14 lines
204 B
Plaintext
import string ;
|
|
import numbers ;
|
|
import sequence ;
|
|
import class ;
|
|
import os ;
|
|
import path ;
|
|
import feature ;
|
|
import property ;
|
|
import build-request ;
|
|
import container ;
|
|
|
|
actions nothing { }
|
|
nothing all ;
|