Move all the well-formed addressbook tests into the list of tests to run for 'make...
authorTravis Reitter <treitter@gmail.com>
Tue, 29 Dec 2009 20:50:56 +0000 (12:50 -0800)
committerTravis Reitter <treitter@gmail.com>
Fri, 15 Jan 2010 21:29:58 +0000 (13:29 -0800)
addressbook/tests/ebook/Makefile.am

index cf59876..262b021 100644 (file)
@@ -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                                   \