[evolution-data-server/openismus-work-master: 23/23] tests/libebook/client/Makefile.am: Moving some not-unit-test ported tests
- From: Tristan Van Berkom <tvb src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution-data-server/openismus-work-master: 23/23] tests/libebook/client/Makefile.am: Moving some not-unit-test ported tests
- Date: Thu, 13 Dec 2012 07:39:18 +0000 (UTC)
commit 89cad5250488fc380fbbed068be6c318dbbe53b2
Author: Tristan Van Berkom <tristanvb openismus com>
Date: Thu Dec 13 16:20:42 2012 +0900
tests/libebook/client/Makefile.am: Moving some not-unit-test ported tests
Moving some tests out of the test suite, the stress tests have not
been ported to run safely in a contained environment using
ETestServerFixture.
tests/libebook/client/Makefile.am | 10 +++++++---
1 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/tests/libebook/client/Makefile.am b/tests/libebook/client/Makefile.am
index 9ba1221..7845c18 100644
--- a/tests/libebook/client/Makefile.am
+++ b/tests/libebook/client/Makefile.am
@@ -43,11 +43,12 @@ TESTS = \
test-client-remove-contacts \
test-client-photo-is-uri \
test-client-async \
- test-client-stress-factory--serial \
- test-client-stress-factory--fifo \
- test-client-stress-factory--single-book \
$(NULL)
+# The noinst tests are functional tests, not unit tests.
+#
+# Either they were designed as functional tests or have
+# not been ported to use ETestServerFixture yet.
noinst_PROGRAMS = \
$(TESTS) \
test-client-write-write \
@@ -57,6 +58,9 @@ noinst_PROGRAMS = \
test-client-search \
test-client-self \
test-client-stress-views \
+ test-client-stress-factory--serial \
+ test-client-stress-factory--fifo \
+ test-client-stress-factory--single-book \
$(NULL)
TEST_CPPFLAGS = \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]