Revision ce12e797 core/src/aos_test.c
core/src/aos_test.c | ||
---|---|---|
58 | 58 |
/******************************************************************************/ |
59 | 59 |
|
60 | 60 |
/** |
61 |
* @brief Initialize a result object. |
|
62 |
* |
|
63 |
* @param[in] result Pointer to the object to be nitialized. |
|
64 |
*/ |
|
65 |
inline void aosTestResultInit(aos_testresult_t* result) |
|
66 |
{ |
|
67 |
result->passed = 0; |
|
68 |
result->failed = 0; |
|
69 |
|
|
70 |
return; |
|
71 |
} |
|
72 |
|
|
73 |
/** |
|
61 | 74 |
* @brief Adds two result objects. |
62 | 75 |
* |
63 | 76 |
* @param[in] a The first summand. |
Also available in: Unified diff