Rename test-book-remove to test-ebook-remove for a little more consistency.
authorTravis Reitter <treitter@gmail.com>
Tue, 29 Dec 2009 20:24:53 +0000 (12:24 -0800)
committerTravis Reitter <treitter@gmail.com>
Fri, 15 Jan 2010 21:29:56 +0000 (13:29 -0800)
addressbook/tests/ebook/Makefile.am
addressbook/tests/ebook/test-ebook-remove.c [moved from addressbook/tests/ebook/test-book-remove.c with 100% similarity]

index 76597f2..edf55df 100644 (file)
@@ -2,7 +2,7 @@ TEST_LIBS=                                                      \
        $(top_builddir)/addressbook/libebook/libebook-1.2.la    \
        $(EVOLUTION_ADDRESSBOOK_LIBS)
 
-noinst_PROGRAMS= test-book-remove test-changes test-categories test-date test-ebook test-ebook-async test-ebook-view test-nonexistent-id test-photo test-query test-self test-string test-undefinedfield test-untyped-phones test-search test-stress-bookviews
+noinst_PROGRAMS = test-changes test-categories test-date test-ebook test-ebook-async test-ebook-remove test-ebook-view test-nonexistent-id test-photo test-query test-self test-string test-undefinedfield test-untyped-phones test-search test-stress-bookviews
 
 TEST_CPPFLAGS= \
        $(AM_CPPFLAGS)                  \
@@ -12,8 +12,6 @@ TEST_CPPFLAGS= \
        -I$(top_builddir)/addressbook   \
        $(EVOLUTION_ADDRESSBOOK_CFLAGS)
 
-test_book_remove_LDADD=$(TEST_LIBS)
-test_book_remove_CPPFLAGS=$(TEST_CPPFLAGS)
 test_search_LDADD=$(TEST_LIBS)
 test_search_CPPFLAGS=$(TEST_CPPFLAGS)
 test_date_LDADD=$(TEST_LIBS)
@@ -22,6 +20,8 @@ test_ebook_LDADD=$(TEST_LIBS)
 test_ebook_CPPFLAGS=$(TEST_CPPFLAGS)
 test_ebook_async_LDADD=$(TEST_LIBS)
 test_ebook_async_CPPFLAGS=$(TEST_CPPFLAGS)
+test_ebook_remove_LDADD=$(TEST_LIBS)
+test_ebook_remove_CPPFLAGS=$(TEST_CPPFLAGS)
 test_ebook_view_LDADD=$(TEST_LIBS)
 test_ebook_view_CPPFLAGS=$(TEST_CPPFLAGS)
 test_changes_LDADD=$(TEST_LIBS)