diff options
author | Stefan Schmidt <s.schmidt@samsung.com> | 2013-03-12 09:47:28 +0000 |
---|---|---|
committer | Stefan Schmidt <s.schmidt@samsung.com> | 2013-03-12 09:59:06 +0000 |
commit | 85810dac8ccb94a1f46c17387e08bb75e16be08b (patch) | |
tree | 037020860ce2c6051eaa62342a36d1a192801cb8 /src/Makefile_Eeze.am | |
parent | 05ba2f98f76a8dc55967eebf954ebad05cc075e8 (diff) | |
download | efl-85810dac8ccb94a1f46c17387e08bb75e16be08b.tar.gz |
tests: Add xml output file for check runs for the use with jenkins.
We can do pretty graphs with jenkins about our unit tests. But we
need the check xml output for that. Enabling it in all suites.
Diffstat (limited to 'src/Makefile_Eeze.am')
-rw-r--r-- | src/Makefile_Eeze.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile_Eeze.am b/src/Makefile_Eeze.am index fad2bc91cb..7bbe383811 100644 --- a/src/Makefile_Eeze.am +++ b/src/Makefile_Eeze.am @@ -137,8 +137,8 @@ TESTS += tests/eeze/eeze_suite tests_eeze_eeze_suite_SOURCES = tests/eeze/eeze_suite.c tests_eeze_eeze_suite_CPPFLAGS = \ --DTESTS_SRC_DIR=\"$(top_srcdir)/src/tests/eeze\" \ @EEZE_CFLAGS@ \ +-DTESTS_SRC_DIR=\"$(top_srcdir)/src/tests/eeze\" \ @CHECK_CFLAGS@ tests_eeze_eeze_suite_LDADD = @CHECK_LIBS@ @USE_EEZE_LIBS@ tests_eeze_eeze_suite_DEPENDENCIES = @USE_EEZE_INTERNAL_LIBS@ |