[monkey-bubble: 256/753] add test-object



commit 46cd306a6df5a4e47abaea63671ce4c150287339
Author: Michael Meeks <michael ximian com>
Date:   Wed May 2 23:03:36 2001 +0000

    add test-object
    
    2001-05-02  Michael Meeks  <michael ximian com>
    
    	* tests/Makefile.am: add test-object
    
    	* tests/test-object.c: add from HEAD bonobo test-xobject

 tests/Makefile.am |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/tests/Makefile.am b/tests/Makefile.am
index b1aa696..43c5f98 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -3,7 +3,8 @@ noinst_PROGRAMS =		\
 	test-properties-server	\
 	test-properties-client	\
 	test-storage		\
-	test-event-source
+	test-event-source	\
+	test-object
 
 INCLUDES =	\
         -DGNOMELOCALEDIR=\""$(datadir)/locale"\"        \
@@ -28,6 +29,8 @@ test_storage_SOURCES = test-storage.c
 
 test_moniker_SOURCES = test-moniker.c
 
+test_object_SOURCES = test-object.c
+
 test_event_source_SOURCES = test-event-source.c
 
 TESTS_ENVIRONMENT =					\
@@ -35,4 +38,4 @@ TESTS_ENVIRONMENT =					\
 	BONOBO_PLUGIN_PATH=$(top_builddir)/storage-modules/.libs
 
 # test-storage
-TESTS = test-any test-moniker test-event-source
+TESTS = test-moniker test-event-source test-object



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