mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Make a target for the python-bindings test to set its dependencies.
This commit is contained in:
parent
605f3466cb
commit
474c3ae079
@ -1,5 +1,7 @@
|
||||
|
||||
IF (WITH_PYTHON)
|
||||
add_custom_target(test-python-bindings ALL DEPENDS unittest_support gnucash-core-c-build gnucash-core-c-py)
|
||||
add_dependencies(check test-python-bindings)
|
||||
ADD_TEST(python-bindings ${PYTHON_EXECUTABLE} ${CMAKE_CURRENT_SOURCE_DIR}/runTests.py.in)
|
||||
SET_PROPERTY(TEST python-bindings PROPERTY ENVIRONMENT
|
||||
GNC_BUILDDIR=${CMAKE_BINARY_DIR}
|
||||
|
Loading…
Reference in New Issue
Block a user