From 44afc7e5cd9350de9c0b0831339ad97c635ea75b Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Thu, 30 Jan 2003 20:57:34 +0000 Subject: [PATCH] really prevent shared_ptr_alloc_test building from status/. [SVN r17097] --- test/Jamfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Jamfile b/test/Jamfile index 2986e82..e2591a9 100644 --- a/test/Jamfile +++ b/test/Jamfile @@ -27,7 +27,7 @@ DEPENDS all : smart_ptr ; # boost/status, so it's guarded from that case. It will only be # built from this directory when the targets "test" (all tests) or # "shared_ptr_alloc_test" are requested. - if ! $(gIN_LIB_INCLUDE) + if [ in-invocation-subdir ] { run shared_ptr_alloc_test.cpp ; }