You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gnucash/src/register/register-core/test/Makefile.am

25 lines
633 B

TESTS = \
test-link-module
# test-load-module
#GNC_TEST_DEPS := \
#
#TESTS_ENVIRONMENT := \
# $(shell ${abs_top_srcdir}/src/gnc-test-env.pl --noexports ${GNC_TEST_DEPS})
check_PROGRAMS = \
test-link-module
test_link_module_SOURCES=test-link-module.c
test_link_module_LDADD=\
$(top_builddir)/src/libqof/qof/libgnc-qof.la \
${top_builddir}/src/engine/libgncmod-engine.la \
${top_builddir}/src/app-utils/libgncmod-app-utils.la \
${top_builddir}/src/gnome-utils/libgncmod-gnome-utils.la \
../libgncmod-register-core.la
#EXTRA_DIST = test-load-module
AM_CPPFLAGS = ${GLIB_CFLAGS} -I${top_srcdir}/src/test-core -I..