aboutsummaryrefslogtreecommitdiff
path: root/src/util/test_bio.c
diff options
context:
space:
mode:
authorNils Durner <durner@gnunet.org>2009-11-14 18:38:08 +0000
committerNils Durner <durner@gnunet.org>2009-11-14 18:38:08 +0000
commita5184889af69b61e0b46030d774c6002ecd65108 (patch)
tree4bc506e3c5a6bfea918ca863b81f3e574015efa5 /src/util/test_bio.c
parent62951da9dd10ba44518e23b443f4acb23c64f0d7 (diff)
downloadgnunet-a5184889af69b61e0b46030d774c6002ecd65108.tar.gz
gnunet-a5184889af69b61e0b46030d774c6002ecd65108.zip
set up logging
Diffstat (limited to 'src/util/test_bio.c')
-rw-r--r--src/util/test_bio.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util/test_bio.c b/src/util/test_bio.c
index 1eda86a6f..0fa8c5039 100644
--- a/src/util/test_bio.c
+++ b/src/util/test_bio.c
@@ -392,6 +392,7 @@ check_file_rw ()
392int 392int
393main (int argc, char *argv[]) 393main (int argc, char *argv[])
394{ 394{
395 GNUNET_log_setup ("test-bio", "WARNING", NULL);
395 GNUNET_assert (0 == check_file_rw ()); 396 GNUNET_assert (0 == check_file_rw ());
396 GNUNET_assert (0 == check_metadata_rw ()); 397 GNUNET_assert (0 == check_metadata_rw ());
397 GNUNET_assert (0 == check_string_rw ()); 398 GNUNET_assert (0 == check_string_rw ());