[evolution-data-server/treitter-test-suites] Move all the well-formed addressbook tests into the list of tests to run for 'make check'
- From: Travis Reitter <treitter src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [evolution-data-server/treitter-test-suites] Move all the well-formed addressbook tests into the list of tests to run for 'make check'
- Date: Wed, 30 Dec 2009 00:56:06 +0000 (UTC)
commit 988ddec7f64297bde23cd364d002c75bef701e81
Author: Travis Reitter <treitter gmail com>
Date: Tue Dec 29 12:50:56 2009 -0800
Move all the well-formed addressbook tests into the list of tests to run for 'make check'
addressbook/tests/ebook/Makefile.am | 25 +++++++++++++++----------
1 files changed, 15 insertions(+), 10 deletions(-)
---
diff --git a/addressbook/tests/ebook/Makefile.am b/addressbook/tests/ebook/Makefile.am
index cf59876..262b021 100644
--- a/addressbook/tests/ebook/Makefile.am
+++ b/addressbook/tests/ebook/Makefile.am
@@ -21,23 +21,28 @@ TEST_LIBS = \
libebook-test-utils.la \
$(NULL)
-noinst_PROGRAMS = \
- test-changes \
- test-categories \
- test-date \
- test-ebook \
- test-ebook-async \
- test-ebook-add-contact \
- test-ebook-commit-contact \
- test-ebook-get-contact \
+# Should be kept ordered approximately from least to most difficult/complex
+TESTS = \
+ test-ebook-remove \
test-ebook-get-required-fields \
test-ebook-get-static-capabilities \
test-ebook-get-supported-fields \
test-ebook-get-supported-auth-methods \
- test-ebook-remove \
+ test-ebook-add-contact \
+ test-ebook-get-contact \
+ test-ebook-commit-contact \
test-ebook-remove-contact \
test-ebook-remove-contact-by-id \
test-ebook-remove-contacts \
+ $(NULL)
+
+noinst_PROGRAMS = \
+ $(TESTS) \
+ test-changes \
+ test-categories \
+ test-date \
+ test-ebook \
+ test-ebook-async \
test-ebook-view \
test-nonexistent-id \
test-photo \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]