From 2020ea6b55d59dcc2cf9349b1a4af9e1dd07b729 Mon Sep 17 00:00:00 2001 From: Stefan Schmidt Date: Thu, 28 Jun 2012 15:15:56 +0000 Subject: [PATCH] eina/tests: Bring in the needed flags for coverage after the rework. Vicent, this is like you did it for benchmark. If you want any other setup for coverage feel free to change. SVN revision: 73016 --- legacy/eina/src/tests/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/legacy/eina/src/tests/Makefile.am b/legacy/eina/src/tests/Makefile.am index 64c1fade7b..c7babb931d 100644 --- a/legacy/eina/src/tests/Makefile.am +++ b/legacy/eina/src/tests/Makefile.am @@ -70,10 +70,10 @@ eina_test_simple_xml_parser.c \ eina_test_value.c # eina_test_model.c -eina_suite_LDADD = @CHECK_LIBS@ $(top_builddir)/src/lib/libeina.la -lm +eina_suite_LDADD = @CHECK_LIBS@ $(top_builddir)/src/lib/libeina.la @EINA_LIBS@ -lm cxx_compile_test_SOURCES = cxx_compile_test.cxx -cxx_compile_test_LDADD = $(top_builddir)/src/lib/libeina.la +cxx_compile_test_LDADD = $(top_builddir)/src/lib/libeina.la @EINA_LIBS@ module_dummydir = $(libdir)/eina/test module_dummy_LTLIBRARIES = module_dummy.la