Re-enable eds backend unit tests.
authorJeremy Whiting <jpwhiting@kde.org>
Tue, 19 Jun 2012 17:52:13 +0000 (11:52 -0600)
committerJeremy Whiting <jpwhiting@kde.org>
Mon, 25 Jun 2012 22:00:08 +0000 (16:00 -0600)
configure.ac
tests/Makefile.am
tests/lib/Makefile.am

index 16f7eb1..d1ee61d 100644 (file)
@@ -550,6 +550,7 @@ AC_CONFIG_FILES([
     tests/Makefile
     tests/data/Makefile
     tests/data/gconf.path
+    tests/eds/Makefile
     tests/folks/Makefile
     tests/key-file/Makefile
     tests/libsocialweb/Makefile
@@ -557,6 +558,7 @@ AC_CONFIG_FILES([
     tests/tracker/Makefile
     tests/lib/Makefile
     tests/lib/folks-test-uninstalled.pc
+    tests/lib/eds/Makefile
     tests/lib/key-file/Makefile
     tests/lib/libsocialweb/Makefile
     tests/lib/libsocialweb/session.conf
index cfee3f5..be349c6 100644 (file)
@@ -11,9 +11,7 @@ SUBDIRS += libsocialweb
 endif
 
 if ENABLE_EDS
-# Comment out eds tests until they are ported to eds api changes.
-# https://bugzilla.gnome.org/show_bug.cgi?id=675121
-#SUBDIRS += eds
+SUBDIRS += eds
 endif
 
 SUBDIRS += key-file
@@ -29,6 +27,7 @@ DIST_SUBDIRS = \
     lib \
     tools \
     folks \
+    eds \
     key-file \
     telepathy \
     libsocialweb \
index e74cfe0..b3bd792 100644 (file)
@@ -12,14 +12,13 @@ SUBDIRS += tracker
 endif
 
 if ENABLE_EDS
-# comment out eds tests until they are ported to eds api changes.
-# https://bugzilla.gnome.org/show_bug.cgi?id=675121
-#SUBDIRS += eds
+SUBDIRS += eds
 endif
 
 DIST_SUBDIRS = \
        key-file \
        telepathy \
+       eds \
        libsocialweb \
        tracker \
        $(NULL)