[folks] Revert "CUT -- disable some broken tests"



commit c279d4114275ea921cb51f2339dd09f2cfd68160
Author: Travis Reitter <travis reitter collabora co uk>
Date:   Tue Feb 12 13:06:30 2013 -0800

    Revert "CUT -- disable some broken tests"
    
    This reverts commit f58c41dfbdb53bb617215888859fafb32ad2b9d6.

 tests/eds/Makefile.am       |    5 +++++
 tests/telepathy/Makefile.am |    6 ++++++
 2 files changed, 11 insertions(+), 0 deletions(-)
---
diff --git a/tests/eds/Makefile.am b/tests/eds/Makefile.am
index a99f4d5..2f0d573 100644
--- a/tests/eds/Makefile.am
+++ b/tests/eds/Makefile.am
@@ -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)
diff --git a/tests/telepathy/Makefile.am b/tests/telepathy/Makefile.am
index 67086fe..35d7135 100644
--- a/tests/telepathy/Makefile.am
+++ b/tests/telepathy/Makefile.am
@@ -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)
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]