aboutsummaryrefslogtreecommitdiff
path: root/src/util/Makefile.am
diff options
context:
space:
mode:
authorSafey A.Halim <safey.allah@gmail.com>2009-11-09 17:56:54 +0000
committerSafey A.Halim <safey.allah@gmail.com>2009-11-09 17:56:54 +0000
commit8518be376f51fc3e682597a97157914d4745d5bc (patch)
treeceed7ce24abfc7170d78f94e3dc31e8ccddaeb28 /src/util/Makefile.am
parenta6ed6706bc790380caabdde179877f1589867e0b (diff)
downloadgnunet-8518be376f51fc3e682597a97157914d4745d5bc.tar.gz
gnunet-8518be376f51fc3e682597a97157914d4745d5bc.zip
* test_peer.c is a test case for peer.c
* Changes in configuration.c and gnunet_configuration_lib.h for dumping configuration diffs between the default configuration object and an edited configuration.
Diffstat (limited to 'src/util/Makefile.am')
-rw-r--r--src/util/Makefile.am6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/util/Makefile.am b/src/util/Makefile.am
index b616de4d1..47744001b 100644
--- a/src/util/Makefile.am
+++ b/src/util/Makefile.am
@@ -126,6 +126,7 @@ check_PROGRAMS = \
126 test_os_load \ 126 test_os_load \
127 test_os_network \ 127 test_os_network \
128 test_os_priority \ 128 test_os_priority \
129 test_peer \
129 test_plugin \ 130 test_plugin \
130 test_program \ 131 test_program \
131 test_pseudonym \ 132 test_pseudonym \
@@ -289,6 +290,11 @@ test_os_priority_SOURCES = \
289test_os_priority_LDADD = \ 290test_os_priority_LDADD = \
290 $(top_builddir)/src/util/libgnunetutil.la 291 $(top_builddir)/src/util/libgnunetutil.la
291 292
293test_peer_SOURCES = \
294 test_peer.c
295test_peer_LDADD = \
296$(top_builddir)/src/util/libgnunetutil.la
297
292test_plugin_SOURCES = \ 298test_plugin_SOURCES = \
293 test_plugin.c 299 test_plugin.c
294test_plugin_LDADD = \ 300test_plugin_LDADD = \