mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
This is now an ordinary shared library * Remove test to load the gnc-module in scheme * Rewrite test to load the module in C to actually test something.
11 lines
327 B
CMake
11 lines
327 B
CMake
set(LOCALE_TAX_TEST_INCLUDE_DIRS ${GUILE_INCLUDE_DIRS})
|
|
set(LOCALE_TAX_TEST_LIBS
|
|
gnc-engine
|
|
gnc-locale-tax
|
|
${GUILE_LDFLAGS})
|
|
|
|
gnc_add_test_with_guile(test-link-module-tax-us test-link-module.c
|
|
LOCALE_TAX_TEST_INCLUDE_DIRS LOCALE_TAX_TEST_LIBS)
|
|
|
|
set_dist_list(test_locale_tax_DIST CMakeLists.txt test-link-module.c)
|