diff options
author | Daniel Wagner <daniel.wagner@bmw-carit.de> | 2011-06-07 15:42:21 +0200 |
---|---|---|
committer | Daniel Wagner <daniel.wagner@bmw-carit.de> | 2011-06-07 15:42:57 +0200 |
commit | 71ed8535374a78b310a1be9acd2468eab9012148 (patch) | |
tree | 38c7cc771101101d4387069f87e04d48f062842d /Makefile.am | |
parent | 79c3c564d2eed702c2b095b12d95946eb2fba8e2 (diff) | |
download | connman-71ed8535374a78b310a1be9acd2468eab9012148.tar.gz connman-71ed8535374a78b310a1be9acd2468eab9012148.tar.bz2 connman-71ed8535374a78b310a1be9acd2468eab9012148.zip |
unit: Add util function for unit tests
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 6e661c75..c7e706ab 100644 --- a/Makefile.am +++ b/Makefile.am @@ -183,7 +183,8 @@ tools_iptables_test_LDADD = @GLIB_LIBS@ @XTABLES_LIBS@ tools_private_network_test_LDADD = @GLIB_LIBS@ @DBUS_LIBS@ -unit_test_session_SOURCES = $(gdbus_sources) unit/test-session.c +unit_test_session_SOURCES = $(gdbus_sources) src/log.c src/dbus.c \ + unit/test-session.c unit/utils.c unit_test_session_LDADD = @GLIB_LIBS@ @DBUS_LIBS@ unit_objects += $(unit_test_session_OBJECTS) endif |