From d3a25d2e726387cd94b7f0f5ffd6737682602bf3 Mon Sep 17 00:00:00 2001 From: Raoul Gough Date: Mon, 20 Oct 2003 11:02:08 +0000 Subject: [PATCH] Add test_indexing_const, use automatic _ext dependency for test_vector_shared [SVN r20423] --- test/Jamfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/Jamfile b/test/Jamfile index 499be99b..b1a392a8 100644 --- a/test/Jamfile +++ b/test/Jamfile @@ -51,7 +51,8 @@ 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_indexing_const ; +bpl-test test_vector_shared ; 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 ;