2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-22 05:22:45 +00:00

Add test_vector_shared

[SVN r20400]
This commit is contained in:
Raoul Gough
2003-10-16 18:28:36 +00:00
parent d4ad3f55d5
commit b07d2e8591

View File

@@ -51,6 +51,7 @@ 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_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 ;