diff options
author | Richard Hughes <richard@hughsie.com> | 2007-07-24 12:10:58 +0000 |
---|---|---|
committer | Richard Hughes <richard@hughsie.com> | 2007-07-24 12:10:58 +0000 |
commit | 6dd454681ab3bbe94d8b5ae5a4d67684f23bc3a9 (patch) | |
tree | 939e6f503deacd55f6202bdf56a2cbee4013eb8a /bus/test.h | |
parent | 5a1865999262af1dabac5bf26c65f805d737461e (diff) |
2007-07-24 Richard Hughes <richard@hughsie.com>
* bus/Makefile.am:
* bus/test.h:
Add the build glue for the lauch helper, and also add the launch-helper
OOM checks into make check. I've probably broken the build, give me 2.
Diffstat (limited to 'bus/test.h')
-rw-r--r-- | bus/test.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -36,6 +36,7 @@ dbus_bool_t bus_dispatch_test (const DBusString *test_data_d dbus_bool_t bus_dispatch_sha1_test (const DBusString *test_data_dir); dbus_bool_t bus_policy_test (const DBusString *test_data_dir); dbus_bool_t bus_config_parser_test (const DBusString *test_data_dir); +dbus_bool_t bus_config_parser_trivial_test (const DBusString *test_data_dir); dbus_bool_t bus_signals_test (const DBusString *test_data_dir); dbus_bool_t bus_expire_list_test (const DBusString *test_data_dir); dbus_bool_t bus_activation_service_reload_test (const DBusString *test_data_dir); |