Skip to content

Commit d422058

Browse files
committed
Adjust BB logic to shared_ptr test changes.
1 parent a60ab14 commit d422058

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

File renamed without changes.

test/Jamfile.v2 renamed to test/Jamfile

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
import python ;
66
import os ;
7+
import ../../config/checks/config : requires ;
78

89
lib socket ;
910

@@ -85,7 +86,11 @@ bpl-test crossmod_exception
8586
[ bpl-test properties ]
8687
[ bpl-test return_arg ]
8788
[ bpl-test staticmethod ]
88-
[ bpl-test shared_ptr ]
89+
[ bpl-test boost_shared_ptr ]
90+
[ bpl-test shared_ptr
91+
: # sources
92+
: [ requires cxx11_smart_ptr ]
93+
]
8994
[ bpl-test enable_shared_from_this ]
9095
[ bpl-test andreas_beyer ]
9196
[ bpl-test wrapper_held_type ]

0 commit comments

Comments
 (0)