eina/tests: Bring in the needed flags for coverage after the rework.
authorstefan <stefan>
Thu, 28 Jun 2012 15:15:56 +0000 (15:15 +0000)
committerstefan <stefan@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 28 Jun 2012 15:15:56 +0000 (15:15 +0000)
Vicent, this is like you did it for benchmark. If you want any other
setup for coverage feel free to change.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eina@73016 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/tests/Makefile.am

index 64c1fad..c7babb9 100644 (file)
@@ -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