doxygen comment test and comments added.

git-svn-id: file:///svn/unbound/trunk@11 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
Wouter Wijngaards
2007-01-03 14:55:21 +00:00
parent e9a9f9ce40
commit 043f3abb2f
9 changed files with 1285 additions and 2 deletions
+10
View File
@@ -6,9 +6,19 @@
* See LICENSE for the license.
*
*/
/**
* \file
* Unit test main program. Calls all the other unit tests.
* Exits with code 1 on a failure. 0 if all unit tests are successfull.
*/
#include "config.h"
/**
* Main unit test program. Setup, teardown and report errors.
* @param argc: arg count.
* @param argv: array of commandline arguments.
*/
int main(int argc, char* argv[])
{
if(argc != 1) {