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
devs/devilhorns/wayland_egl
Stefan Schmidt 11 years ago
parent 10a369a95d
commit 2020ea6b55
  1. 4
      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

Loading…
Cancel
Save