[evolution-data-server] Skip e-collator-test from 'make check'
- From: Milan Crha <mcrha src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution-data-server] Skip e-collator-test from 'make check'
- Date: Fri, 12 Dec 2014 11:31:43 +0000 (UTC)
commit c04e0cb3b3113a49f695619d384a977a3f1e7ab0
Author: Milan Crha <mcrha redhat com>
Date: Fri Dec 12 12:29:48 2014 +0100
Skip e-collator-test from 'make check'
The test depends on actual ICU version. To have it properly working,
independently on the ICU version, one would provide a custom
dataset to ICU, which is currently too complicated.
tests/libedataserver/Makefile.am | 7 +++++--
1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/tests/libedataserver/Makefile.am b/tests/libedataserver/Makefile.am
index 3595c8e..95fffc7 100644
--- a/tests/libedataserver/Makefile.am
+++ b/tests/libedataserver/Makefile.am
@@ -2,13 +2,16 @@ NULL =
@GNOME_CODE_COVERAGE_RULES@
+TESTS_SKIP = \
+ e-collator-test \
+ $(NULL)
+
TESTS = \
e-source-test \
e-source-registry-test \
- e-collator-test \
$(NULL)
-noinst_PROGRAMS = $(TESTS)
+noinst_PROGRAMS = $(TESTS) $(TESTS_SKIP)
test_CPPFLAGS = \
$(AM_CPPFLAGS) \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]