mirror of
https://github.com/boostorg/python.git
synced 2026-01-27 19:12:16 +00:00
propagate standard library directory from intel toolsets
[SVN r13472]
This commit is contained in:
13
test/Jamfile
13
test/Jamfile
@@ -51,10 +51,6 @@ rule bpl-test ( name ? : files * )
|
||||
boost-python-runtest $(name) : $(py) <pyd>$(modules) ;
|
||||
}
|
||||
|
||||
bpl-test bienstman1 ;
|
||||
bpl-test bienstman2 ;
|
||||
bpl-test bienstman3 ;
|
||||
bpl-test bienstman4 ;
|
||||
bpl-test try : newtest.py m1.cpp m2.cpp ;
|
||||
bpl-test builtin_converters : test_builtin_converters.py test_builtin_converters.cpp ;
|
||||
bpl-test test_pointer_adoption ;
|
||||
@@ -64,6 +60,15 @@ bpl-test back_reference ;
|
||||
bpl-test implicit ;
|
||||
bpl-test data_members ;
|
||||
|
||||
bpl-test bienstman1 ;
|
||||
bpl-test bienstman2 ;
|
||||
bpl-test bienstman3 ;
|
||||
if $(TEST_BIENSTMAN_NON_BUGS)
|
||||
{
|
||||
bpl-test bienstman4 ;
|
||||
bpl-test bienstman5 ;
|
||||
}
|
||||
|
||||
# --- unit tests of library components ---
|
||||
unit-test indirect_traits_test
|
||||
: indirect_traits_test.cpp : <include>$(BOOST_ROOT) ;
|
||||
|
||||
Reference in New Issue
Block a user