Move filepath related tests to core-utils/test

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@18829 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Geert Janssens 2010-03-04 22:13:58 +00:00
parent 78d8fba84e
commit 2b2f1ac001
4 changed files with 44 additions and 4 deletions

View File

@ -0,0 +1,44 @@
AM_CPPFLAGS = \
-I${top_srcdir} \
-I${top_srcdir}/src \
-I${top_srcdir}/src/libqof/qof \
-I${top_srcdir}/src/core-utils \
${GUILE_INCS} \
${GLIB_CFLAGS}
LDADD = \
../libgnc-core-utils.la \
${top_builddir}/src/libqof/qof/libgnc-qof.la \
${GLIB_LIBS}
# these tests are ordered kind more or less in the order
# that they should be executed, with more basic tests coming first.
#
TESTS = \
test-resolve-file-path \
test-resolve-url
GNC_TEST_DEPS = \
--library-dir ${top_builddir}/lib/libqof/qof \
--library-dir ${top_builddir}/src/core-utils
TESTS_ENVIRONMENT = \
SRCDIR=${srcdir} \
$(shell ${top_srcdir}/src/gnc-test-env --no-exports ${GNC_TEST_DEPS})
check_PROGRAMS = \
test-resolve-file-path \
test-resolve-url
test_link_SOURCES = test-link.c
test_link_LDADD = ../libgnc-core-utils.la \
${top_builddir}/src/libqof/qof/libgnc-qof.la
EXTRA_DIST =
clean-local:
rm -f translog.*
distclean-local: clean-local

View File

@ -39,8 +39,6 @@ TESTS = \
test-querynew \
test-query \
test-recursive \
test-resolve-file-path \
test-resolve-url \
test-split-vs-account \
test-transaction-reversal \
test-transaction-voiding \
@ -78,8 +76,6 @@ check_PROGRAMS = \
test-query \
test-querynew \
test-recursive \
test-resolve-file-path \
test-resolve-url \
test-scm-query \
test-split-vs-account \
test-transaction-reversal \