mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Add test-flat-bayes to autotools build.
This commit is contained in:
parent
4ce47b898d
commit
51fab91ffe
@ -6,6 +6,7 @@ AM_CPPFLAGS = \
|
||||
-I${top_srcdir}/src/test-core \
|
||||
-I${top_srcdir}/src/engine \
|
||||
-I${top_srcdir}/src/app-utils \
|
||||
-I${top_srcdir}/src/core-utils \
|
||||
-I${top_srcdir}/src/import-export \
|
||||
-I${top_srcdir}/src/libqof/qof \
|
||||
-I${top_srcdir}/src/engine/test-core \
|
||||
@ -56,7 +57,9 @@ TESTS_ENVIRONMENT = \
|
||||
|
||||
check_PROGRAMS = \
|
||||
test-link \
|
||||
test-import-parse
|
||||
test-import-parse \
|
||||
test-import-pending-matches \
|
||||
test-flat-bayes
|
||||
|
||||
TEST_PROGS += test-import-pending-matches
|
||||
|
||||
@ -74,6 +77,18 @@ test_import_pending_matches_LDADD = \
|
||||
|
||||
test_import_pending_matches_CFLAGS = $(AM_CPPFLAGS)
|
||||
|
||||
test_flat_bayes_SOURCES = test-flat-bayes.c
|
||||
|
||||
test_flat_bayes_LDADD = \
|
||||
${top_builddir}/src/libqof/qof/libgnc-qof.la \
|
||||
${top_builddir}/src/engine/libgncmod-engine.la \
|
||||
../libgncmod-generic-import.la \
|
||||
${top_builddir}/src/engine/test-core/libgncmod-test-engine.la \
|
||||
${top_builddir}/src/test-core/libtest-core.la \
|
||||
${GLIB_LIBS}
|
||||
|
||||
test_flat_bayes_CFLAGS = $(AM_CPPFLAGS)
|
||||
|
||||
clean-local:
|
||||
rm -f translog.*
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user