diff options
Diffstat (limited to 'src/or/test.c')
-rw-r--r-- | src/or/test.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/or/test.c b/src/or/test.c index 7d31b4e053..28116eec8e 100644 --- a/src/or/test.c +++ b/src/or/test.c @@ -4,6 +4,11 @@ /* $Id$ */ const char test_c_id[] = "$Id$"; +/** + * \file test.c + * \brief Unit tests for many pieces of the lower level Tor modules. + **/ + #include "orconfig.h" #include <stdio.h> #ifdef HAVE_FCNTL_H |