mirror of
https://github.com/boostorg/python.git
synced 2026-01-30 20:12:37 +00:00
Rename (and move) boost.python.numpy to boost.numpy.
This commit is contained in:
12
libs/numpy/test/SConscript
Normal file
12
libs/numpy/test/SConscript
Normal file
@@ -0,0 +1,12 @@
|
||||
Import("boost_numpy_env")
|
||||
|
||||
test = []
|
||||
|
||||
for name in ("ufunc", "templates"):
|
||||
mod = boost_numpy_env.SharedLibrary("%s_mod" % name, "%s_mod.cpp" % name, SHLIBPREFIX="",
|
||||
LIBS="boost_python_numpy")
|
||||
test.extend(
|
||||
boost_numpy_env.PythonUnitTest("%s.py" % name, mod)
|
||||
)
|
||||
|
||||
Return("test")
|
||||
Reference in New Issue
Block a user