mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Remove gnucash/test.
The only purpose of which was to test overrides/gnucash-env.
This commit is contained in:
parent
fcb4bdac9e
commit
e319a16747
@ -46,7 +46,6 @@ SET(COPY_FROM_BUILD
|
||||
libgnucash/app-utils/swig-app-utils-python.c
|
||||
libgnucash/backend/xml/test/test-real-data.sh
|
||||
gnucash/gnucash.rc
|
||||
gnucash/test/test-version
|
||||
libgnucash/core-utils/gnc-vcs-info.h
|
||||
libgnucash/core-utils/swig-core-utils-guile.c
|
||||
libgnucash/core-utils/swig-core-utils-python.c
|
||||
|
@ -1777,8 +1777,6 @@ AC_CONFIG_FILES(
|
||||
dnl # Shell scripts, to have their shells set
|
||||
AC_CONFIG_FILES([libgnucash/backend/xml/test/test-real-data.sh],
|
||||
[chmod +x libgnucash/backend/xml/test/test-real-data.sh])
|
||||
AC_CONFIG_FILES([gnucash/test/test-version],
|
||||
[chmod +x gnucash/test/test-version])
|
||||
|
||||
|
||||
#Link (copy on Windows) test data files:
|
||||
|
@ -1,6 +0,0 @@
|
||||
CONFIGURE_FILE(test-version.in test-version)
|
||||
|
||||
ADD_TEST(NAME test-version
|
||||
COMMAND ${CMAKE_BINARY_DIR}/bin/gnucash --version)
|
||||
|
||||
SET_DIST_LIST(test_bin_DIST CMakeLists.txt Makefile.am test-version.in)
|
@ -1,9 +0,0 @@
|
||||
|
||||
TESTS = test-version
|
||||
|
||||
TESTS_ENVIRONMENT = \
|
||||
PATH="..:${PATH}"
|
||||
|
||||
EXTRA_DIST = \
|
||||
test-version \
|
||||
CMakeLists.txt
|
@ -1,5 +0,0 @@
|
||||
#! @SHELL@
|
||||
GUILE_WARN_DEPRECATED="no"
|
||||
export GUILE_WARN_DEPRECATED
|
||||
|
||||
exec ../overrides/gnucash-build-env ../gnucash --version
|
Loading…
Reference in New Issue
Block a user