Revision ce12e797 core/inc/aos_test.h

View differences:

core/inc/aos_test.h
150 150
#if defined(__cplusplus)
151 151
extern "C" {
152 152
#endif /* defined(__cplusplus) */
153
  void aosTestResultInit(aos_testresult_t* result);
153 154
  aos_testresult_t aosTestResultAdd(aos_testresult_t a, aos_testresult_t b);
154 155
  uint32_t aosTestResultTotal(const aos_testresult_t* result);
155 156
  float aosTestResultRatio(const aos_testresult_t* result);

Also available in: Unified diff