CUT -- disable some broken tests
authorTravis Reitter <travis.reitter@collabora.co.uk>
Tue, 12 Feb 2013 20:58:43 +0000 (12:58 -0800)
committerTravis Reitter <travis.reitter@collabora.co.uk>
Tue, 12 Feb 2013 20:58:43 +0000 (12:58 -0800)
tests/eds/Makefile.am
tests/telepathy/Makefile.am

index 2f0d573..a99f4d5 100644 (file)
@@ -75,7 +75,6 @@ noinst_PROGRAMS = \
        store-removed \
        anti-linking \
        enable-disable-stores \
-       create-remove-stores \
        set-is-favourite \
        $(NULL)
 
@@ -218,10 +217,6 @@ enable_disable_stores_SOURCES = \
        enable-disable-stores.vala \
        $(NULL)
 
-create_remove_stores_SOURCES = \
-    create-remove-stores.vala \
-    $(NULL)
-
 set_is_favourite_SOURCES = \
        set-is-favourite.vala \
        $(NULL)
index 35d7135..67086fe 100644 (file)
@@ -58,7 +58,6 @@ TESTS = \
        persona-store-capabilities \
        individual-retrieval \
        individual-properties \
-       init \
        $(NULL)
 
 noinst_PROGRAMS = \
@@ -83,10 +82,6 @@ individual_zeitgeist_SOURCES = \
        individual-zeitgeist.vala \
        $(NULL)
 
-init_SOURCES = \
-       init.vala \
-       $(NULL)
-
 persona_store_capabilities_SOURCES = \
        persona-store-capabilities.vala \
        $(NULL)
@@ -96,7 +91,6 @@ BUILT_SOURCES = \
        individual_properties_vala.stamp \
        individual_retrieval_vala.stamp \
        individual_zeitgeist_vala.stamp \
-       init_vala.stamp \
        persona_store_capabilities_vala.stamp \
        $(NULL)