summaryrefslogtreecommitdiffstats
path: root/dbus
diff options
context:
space:
mode:
authorHavoc Pennington <hp@redhat.com>2003-03-13 06:18:06 +0000
committerHavoc Pennington <hp@redhat.com>2003-03-13 06:18:06 +0000
commitd65b73884cb876276b6bd73f4b1dfcd920984a8a (patch)
tree70563d497c223c65e2d015936284c023148b5bfc /dbus
parent6ecc14ffabcffb69aa938a67940db48272e05046 (diff)
2003-03-13 Havoc Pennington <hp@pobox.com>
* bus/test.c, bus/test.h, bus/Makefile.am, bus/test-main.c: set up a test framework as for the library
Diffstat (limited to 'dbus')
-rw-r--r--dbus/Makefile.am4
1 files changed, 0 insertions, 4 deletions
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