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
This commit is contained in:
Stefan Schmidt 2012-06-28 15:15:56 +00:00
parent 10a369a95d
commit 2020ea6b55
1 changed files with 2 additions and 2 deletions

View 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