forked from boostorg/smart_ptr
really prevent shared_ptr_alloc_test building from status/.
[SVN r17097]
This commit is contained in:
@ -27,7 +27,7 @@ DEPENDS all : smart_ptr ;
|
|||||||
# boost/status, so it's guarded from that case. It will only be
|
# boost/status, so it's guarded from that case. It will only be
|
||||||
# built from this directory when the targets "test" (all tests) or
|
# built from this directory when the targets "test" (all tests) or
|
||||||
# "shared_ptr_alloc_test" are requested.
|
# "shared_ptr_alloc_test" are requested.
|
||||||
if ! $(gIN_LIB_INCLUDE)
|
if [ in-invocation-subdir ]
|
||||||
{
|
{
|
||||||
run shared_ptr_alloc_test.cpp ;
|
run shared_ptr_alloc_test.cpp ;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user