RptCleanup - Add compat interface for all module interfaces that were deprecated so far

These can be permanently removed for the gnucash 5.x series. A comment has been added to that effect.
This commit is contained in:
Geert Janssens
2019-06-15 16:12:25 +02:00
parent f39275be32
commit 06fae12265
10 changed files with 98 additions and 1 deletions

View File

@@ -68,6 +68,10 @@ gnc_add_scheme_test_targets(scm-test-core
add_dependencies(check scm-test-core)
# Module interfaces deprecated in 4.x, will be removed for 5.x
gnc_add_scheme_deprecated_module ("gnucash unittest-support" "tests unittest-support" "scm-test-core" "")
if(NOT GTEST_SHARED_LIB)
set (lib_gtest_SOURCES ${GTEST_SRC_DIR}/src/gtest-all.cc)
add_library(gtest STATIC ${lib_gtest_SOURCES})