dbus ChangeLog,1.883,1.884 configure.in,1.127,1.128

John Palmieri johnp at freedesktop.org
Wed Aug 24 17:20:43 PDT 2005


Update of /cvs/dbus/dbus
In directory gabe:/tmp/cvs-serv29555

Modified Files:
	ChangeLog configure.in 
Log Message:
* test/python: Add python regression test

* configure.in: Add test/python/Makefile

* test/Makefile.am: Add the python directory to SUBDIRS



Index: ChangeLog
===================================================================
RCS file: /cvs/dbus/dbus/ChangeLog,v
retrieving revision 1.883
retrieving revision 1.884
diff -u -d -r1.883 -r1.884
--- ChangeLog	24 Aug 2005 19:58:32 -0000	1.883
+++ ChangeLog	25 Aug 2005 00:20:41 -0000	1.884
@@ -1,5 +1,13 @@
 2005-08-24  John (J5) Palmieri  <johnp at redhat.com>
 
+	* test/python: Add python regression test
+
+	* configure.in: Add test/python/Makefile
+
+	* test/Makefile.am: Add the python directory to SUBDIRS
+
+2005-08-24  John (J5) Palmieri  <johnp at redhat.com>
+
 	* Release 0.36.1
 
 	* python/_dbus.py: 

Index: configure.in
===================================================================
RCS file: /cvs/dbus/dbus/configure.in,v
retrieving revision 1.127
retrieving revision 1.128
diff -u -d -r1.127 -r1.128
--- configure.in	23 Aug 2005 20:11:39 -0000	1.127
+++ configure.in	25 Aug 2005 00:20:41 -0000	1.128
@@ -1202,6 +1202,7 @@
 TEST_PATH(SERVICE_BINARY, test-service)
 TEST_PATH(SHELL_SERVICE_BINARY, test-shell-service)
 TEST_PATH(GLIB_SERVICE_BINARY, glib/test-service-glib)
+TEST_PATH(PYTHON_SERVICE_BINARY, python/test-service.py)
 TEST_PATH(EXIT_BINARY, test-exit)
 TEST_PATH(SEGFAULT_BINARY, test-segfault)
 TEST_PATH(SLEEP_FOREVER_BINARY, test-sleep-forever)
@@ -1300,6 +1301,7 @@
 tools/Makefile
 test/Makefile
 test/glib/Makefile
+test/python/Makefile
 doc/Makefile
 dbus-1.pc
 dbus-glib-1.pc
@@ -1311,6 +1313,7 @@
 test/data/valid-service-files/debug-glib.service
 test/data/valid-service-files/debug-shell-echo-success.service
 test/data/valid-service-files/debug-shell-echo-fail.service
+test/data/valid-service-files/debug-python.service
 ])
 
 ### FIXME it's bizarre that have_qt and have_glib are used



More information about the dbus-commit mailing list