2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-20 04:42:28 +00:00

Add missing dependencies

[SVN r53645]
This commit is contained in:
Dave Abrahams
2009-06-04 23:27:40 +00:00
parent 0373302165
commit d45b9ea66b

View File

@@ -30,6 +30,7 @@ macro(bpl_test TESTNAME)
# Build a Python extension module from this source file
boost_python_extension(${TESTNAME}_ext "${TESTNAME}.cpp")
add_dependencies(${PROJECT_NAME}-test ${TESTNAME}_ext ${BPL_TEST_PYSOURCE})
endif(BPL_TEST_DEFAULT_ARGS)
# We'll need the full patch to run the Python test