Changeset f4f866c in mainline for uspace/srv/net/netstart/self_test.c


Ignore:
Timestamp:
2010-04-23T21:42:26Z (14 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
6c39a907
Parents:
38aaacc2 (diff), 80badbe (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge mainline changes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/net/netstart/self_test.c

    r38aaacc2 rf4f866c  
    4949#include "self_test.h"
    5050
    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.
     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.
    5655 *
    5756 */
     
    8584INT_MAP_IMPLEMENT(int_map, int);
    8685
     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 */
    8794int self_test(void)
    8895{
Note: See TracChangeset for help on using the changeset viewer.