2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-24 06:02:14 +00:00

Add test_indexing_const, use automatic _ext dependency for test_vector_shared

[SVN r20423]
This commit is contained in:
Raoul Gough
2003-10-20 11:02:08 +00:00
parent a653c321f9
commit d3a25d2e72

View File

@@ -51,7 +51,8 @@ rule bpl-test ( name ? : files * : requirements * )
boost-python-runtest $(name) : $(py) <pyd>$(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 ;