From d65b73884cb876276b6bd73f4b1dfcd920984a8a Mon Sep 17 00:00:00 2001 From: Havoc Pennington Date: Thu, 13 Mar 2003 06:18:06 +0000 Subject: 2003-03-13 Havoc Pennington * bus/test.c, bus/test.h, bus/Makefile.am, bus/test-main.c: set up a test framework as for the library --- dbus/Makefile.am | 4 ---- 1 file changed, 4 deletions(-) (limited to 'dbus') diff --git a/dbus/Makefile.am b/dbus/Makefile.am index 70504052..2f2a2bdc 100644 --- a/dbus/Makefile.am +++ b/dbus/Makefile.am @@ -101,10 +101,6 @@ libdbus_1_la_LIBADD= $(DBUS_CLIENT_LIBS) libdbus-convenience.la ## convention for internal symbols) libdbus_1_la_LDFLAGS= -export-symbols-regex "^[^_].*" -## FIXME it would be less annoying when hacking if we didn't have -## to relink these test binaries, so moving them to the test/* -## subdir would be nice. - ## note that TESTS has special meaning (stuff to use in make check) ## so if adding tests not to be run in make check, don't add them to ## TESTS -- cgit