From b07d2e8591d7149a584e0da019b972701816c5a7 Mon Sep 17 00:00:00 2001 From: Raoul Gough Date: Thu, 16 Oct 2003 18:28:36 +0000 Subject: [PATCH] Add test_vector_shared [SVN r20400] --- test/Jamfile | 1 + 1 file changed, 1 insertion(+) 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 ;