Remove test-load-module from tests

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@18917 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Phil Longstaff 2010-03-16 09:28:35 +00:00
parent 147ad7d07b
commit a27a56ef1b
2 changed files with 2 additions and 6 deletions

View File

@ -1,4 +1,4 @@
TESTS = test-load-module test-link-module
TESTS = test-link-module
GNC_TEST_DEPS = @GNC_TEST_SRFI_LOAD_CMD@ \
--gnc-module-dir ${top_builddir}/src/engine \
@ -17,8 +17,6 @@ GNC_TEST_DEPS = @GNC_TEST_SRFI_LOAD_CMD@ \
TESTS_ENVIRONMENT = \
$(shell ${top_srcdir}/src/gnc-test-env --no-exports ${GNC_TEST_DEPS})
EXTRA_DIST = test-load-module
check_PROGRAMS = test-link-module
testit:

View File

@ -1,4 +1,4 @@
TESTS = test-link-module test-load-module
TESTS = test-link-module
# Some of these dirs may not be needed anymore.
GNC_TEST_DEPS = \
@ -11,8 +11,6 @@ GNC_TEST_DEPS = \
TESTS_ENVIRONMENT = \
$(shell ${top_srcdir}/src/gnc-test-env --no-exports ${GNC_TEST_DEPS})
EXTRA_DIST = test-load-module
check_PROGRAMS=test-link-module
test_link_module_SOURCES=test-link-module.c
test_link_module_LDADD=../libgncmod-tax-us.la ${GUILE_LIBS} ${GLIB_LIBS}