gnucash/common/test-core
Christian Gruber 1b4e481296 Add gtest_main.cc to libgtest.a
Currently when compiling GoogleTest from source code, source file
gtest_main.cc from GoogleTest repository is not compiled into any
library as in GoogleTest repository, where it is compiled into
libgtest_main.a. Instead gtest_main.cc is added to source file list
GTEST_SRC, which is then added to the list of source files of every
single GoogleTest based test application.

To simplify this gtest_main.cc is added to the source file list of
target gtest now. Additionally GTEST_SRC is merged into
lib_gtest_SOURCES, since both variables defined source files for
GoogleTest libraries.

Now target gtest generates library libgtest.a, which already contains
the main function from source file gtest_main.cc. This is different to
GoogleTest build system, where both are separated into two independent
libraries libgtest.a and libgtest_main.a.
2019-08-15 23:20:45 +02:00
..
CMakeLists.txt Add gtest_main.cc to libgtest.a 2019-08-15 23:20:45 +02:00
test-stuff.c Prevent gcc from searching config.h in the current directory 2017-10-26 14:05:17 +02:00
test-stuff.h kvp frame to template and correcting failure macro 2017-12-21 07:39:32 -05:00
unittest-support.c Account.c to Account.cpp 2017-12-21 07:39:32 -05:00
unittest-support.h Account.c to Account.cpp 2017-12-21 07:39:32 -05:00
unittest-support.i Prevent gcc from searching config.h in the current directory 2017-10-26 14:05:17 +02:00
unittest-support.scm Drop guile 1.8 support 2017-12-20 14:55:40 +01:00