Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 4755 → Rev 4756

/branches/network/uspace/srv/net/self_test.c
52,9 → 52,9
#include "self_test.h"
 
/** Tests the function, compares the result and remembers if the result differs.
* @param name The test name. Input parameter.
* @param function_call The function to be called and checked. Input parameter.
* @param result The expected result. Input parameter.
* @param[in] name The test name.
* @param[in] function_call The function to be called and checked.
* @param[in] result The expected result.
*/
#define TEST( name, function_call, result ); { \
printf( "\n\t%s", ( name )); \