mirror of
https://github.com/Gnucash/gnucash.git
synced 2026-09-03 20:53:02 -05:00
Remove GUI test cases from the 'TESTS' variable. These tests will
prevent 'make check' from running unattended. git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@11832 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
@@ -1,11 +1,17 @@
|
||||
TESTS = \
|
||||
test-link-module test-load-module test-gnc-recurrence test-gnc-dialog
|
||||
test-link-module test-load-module
|
||||
|
||||
# The following tests are nice, but have absolutely no place in an
|
||||
# automated testing system.
|
||||
#
|
||||
TESTS_GUI = test-gnc-recurrence test-gnc-dialog
|
||||
|
||||
##lib_LTLIBRARIES = libgncgnome.la
|
||||
|
||||
|
||||
|
||||
GNC_TEST_DEPS := @GNC_TEST_SRFI_LOAD_CMD@ \
|
||||
--gnc-module-dir ${top_builddir}/src/core-utils \
|
||||
--gnc-module-dir ${top_builddir}/src/gnc-module \
|
||||
--gnc-module-dir ${top_builddir}/src/network-utils \
|
||||
--gnc-module-dir ${top_builddir}/src/engine \
|
||||
|
||||
Reference in New Issue
Block a user