[evolution-data-server/openismus-work-master] tests/libebook/client/Makefile.am: Moving some not-unit-test ported tests



commit d468a16f5fa3360914f26e07a0078c9bf152a9d4
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]