Drop the gnc-module wrapper around the test-engine library

It's not adding anything
This commit is contained in:
Geert Janssens
2020-04-24 21:29:20 +02:00
parent 03d7ae8fd0
commit abf29aa196
9 changed files with 12 additions and 79 deletions

View File

@@ -14,7 +14,7 @@ set(XML_TEST_INCLUDE_DIRS
)
set(XML_TEST_LIBS gnc-engine gncmod-test-engine test-core ${LIBXML2_LDFLAGS} -lz)
set(XML_TEST_LIBS gnc-engine gnc-test-engine test-core ${LIBXML2_LDFLAGS} -lz)
function(add_xml_test _TARGET _SOURCE_FILES)
gnc_add_test(${_TARGET} "${_SOURCE_FILES}" XML_TEST_INCLUDE_DIRS XML_TEST_LIBS ${ARGN})