mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
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:
parent
147ad7d07b
commit
a27a56ef1b
@ -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:
|
||||
|
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user