| 55 | }; |
| 56 | |
| 57 | static inline void * |
| 58 | ml_test_priv(struct ml_test *test) |
| 59 | { |
| 60 | return test->test_priv; |
| 61 | } |
| 62 | |
| 63 | struct ml_test *ml_test_get(const char *name); |
| 64 | void ml_test_register(struct ml_test_entry *test); |
no outgoing calls
no test coverage detected