bond/test/include/test_case.h
secXsQuared 5a3f9e3419 - Got rid of bogus callback_func
- Refactored linked list interface.
- Fixed all test cases and made them standalone instead of within the kernel.
2018-03-29 06:00:22 -04:00

13 lines
167 B
C

#ifndef TEST_TEST_H
#define TEST_TEST_H
#include "type.h"
void SXAPI linked_list_test(void);
void SXAPI avl_tree_test(void);
void SXAPI salloc_test(void);
#endif