mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Fix distribution for expressions target.
This commit is contained in:
parent
b94440b16a
commit
0b2d14ee72
@ -234,6 +234,7 @@ set_local_dist(guile_DIST_local
|
||||
${app_utils_SCHEME_1c}
|
||||
${app_utils_SCHEME_2}
|
||||
${app_utils_SCHEME_3}
|
||||
${expressions_SCHEME}
|
||||
expressions.i)
|
||||
set(guile_DIST ${guile_DIST_local} ${test_guile_DIST} PARENT_SCOPE)
|
||||
|
||||
|
@ -23,7 +23,7 @@ macro(add_app_utils_test _TARGET _SOURCE_FILES)
|
||||
endmacro()
|
||||
|
||||
gnc_add_test_with_guile(test-exp-parser test-exp-parser.c
|
||||
APP_UTILS_TEST_INCLUDE_DIRS APP_UTILS_TEST_LIBS
|
||||
APP_UTILS_TEST_INCLUDE_DIRS APP_UTILS_TEST_LIBS scm-expressions
|
||||
)
|
||||
add_app_utils_test(test-print-parse-amount test-print-parse-amount.cpp)
|
||||
add_app_utils_test(test-sx test-sx.cpp)
|
||||
|
Loading…
Reference in New Issue
Block a user