diff --git a/test/Jamfile b/test/Jamfile index 43ad7696..499be99b 100644 --- a/test/Jamfile +++ b/test/Jamfile @@ -51,6 +51,7 @@ rule bpl-test ( name ? : files * : requirements * ) boost-python-runtest $(name) : $(py) $(modules) ; } +bpl-test test_vector_shared : test_vector_shared.py test_vector_shared_ext.cpp ; bpl-test test_array : test_array.py test_array_ext.cpp ; bpl-test test_array_ref : test_array_ref.py test_array_ext.cpp ; bpl-test test_vector_plain : test_vector_plain.py test_vector_ext.cpp ;