Revert "CUT -- disable some broken tests"
authorTravis Reitter <travis.reitter@collabora.co.uk>
Tue, 12 Feb 2013 21:06:30 +0000 (13:06 -0800)
committerTravis Reitter <travis.reitter@collabora.co.uk>
Tue, 12 Feb 2013 21:06:30 +0000 (13:06 -0800)
This reverts commit f58c41dfbdb53bb617215888859fafb32ad2b9d6.

tests/eds/Makefile.am
tests/telepathy/Makefile.am

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