Changes in uspace/srv/net/netstart/self_test.c [24ab58b3:4011fa0] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/net/netstart/self_test.c
r24ab58b3 r4011fa0 49 49 #include "self_test.h" 50 50 51 /** Test the statement, compare the result and evaluate. 52 * 53 * @param[in] statement The statement to test. 54 * @param[in] result The expected result. 51 /** Test the function, compare the result and remember if the result differs. 52 * 53 * @param[in] name The test name. 54 * @param[in] function_call The function to be called and checked. 55 * @param[in] result The expected result. 55 56 * 56 57 */ … … 84 85 INT_MAP_IMPLEMENT(int_map, int); 85 86 86 /** Self-test start function.87 *88 * Run all self-tests.89 *90 * @returns EOK on success.91 * @returns The first error occurred.92 *93 */94 87 int self_test(void) 95 88 {
Note:
See TracChangeset
for help on using the changeset viewer.