Files
gnucash/bindings/python/tests/CMakeLists.txt
Geert Janssens 83d14e1c1c Restructure the src directory
It is split into
- /libgnucash (for the non-gui bits)
- /gnucash (for the gui)
- /common (misc source files used by both)
- /bindings (currently only holds python bindings)

This is the first step in restructuring the code. It will need much
more fine tuning later on.
2017-08-10 18:45:00 +02:00

10 lines
272 B
CMake

SET(test_python_bindings_DATA
runTests.py.in
test_account.py
test_book.py
test_business.py
test_split.py
test_transaction.py)
SET_DIST_LIST(test_python_bindings_DIST CMakeLists.txt Makefile.am ${test_python_bindings_DATA})