[monkey-bubble: 158/753] include bonobo-node.h



commit 555cb004e4d6dd418e5ba908977ca6a0591ee528
Author: Michael Meeks <michael ximian com>
Date:   Tue Apr 17 22:51:46 2001 +0000

    include bonobo-node.h
    
    2001-04-17  Michael Meeks  <michael ximian com>
    
    	* bonobo/bonobo-property-bag-xml.h: include bonobo-node.h
    
    	* bonobo/bonobo-node.[ch]: create from bonobo-ui-node,
    	renaming to suit.
    	(do_strip): Adapt for libxml2.
    
    	* tests/*: fixup.

 tests/Makefile.am    |   27 +++++++++++++++++++++++++++
 tests/test-storage.c |    6 +-----
 2 files changed, 28 insertions(+), 5 deletions(-)
---
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 8f08006..9f569fd 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -1,3 +1,11 @@
+noinst_PROGRAMS =		\
+	test-any		\
+	test-moniker		\
+	test-properties-server	\
+	test-properties-client	\
+	test-storage		\
+	test-event-source
+
 INCLUDES =	\
         -DGNOMELOCALEDIR=\""$(datadir)/locale"\"        \
 	-I$(srcdir) -I$(top_srcdir) 			\
@@ -11,3 +19,22 @@ INCLUDES =	\
 
 LDADD =	$(top_builddir)/bonobo/libbonobo-2.la
 
+test_properties_server_SOURCES =			\
+	test-properties-server.c
+
+test_properties_client_SOURCES =			\
+	test-properties-client.c
+
+test_storage_SOURCES = test-storage.c
+
+test_any_SOURCES = test-any.c
+
+test_moniker_SOURCES = test-moniker.c
+
+test_event_source_SOURCES = test-event-source.c
+
+TESTS_ENVIRONMENT =					\
+	LD_LIBRARY_PATH=$(top_builddir)/bonobo/.libs/	\
+	BONOBO_PLUGIN_PATH=$(top_builddir)/storage-modules/.libs
+
+TESTS = test-storage test-any test-moniker test-event-source
diff --git a/tests/test-storage.c b/tests/test-storage.c
index 0eb0f73..bc5933b 100644
--- a/tests/test-storage.c
+++ b/tests/test-storage.c
@@ -1,10 +1,6 @@
 #include <config.h>
-#include <gnome.h>
 #include <liboaf/liboaf.h>
-
-#include <gdk/gdkprivate.h>
-#include <gdk/gdkx.h>
-#include <bonobo/bonobo.h>
+#include <bonobo.h>
 
 #define TESTSIZE (1024*1)
 



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