Add tests for Allocator implementations
This commit is contained in:
17
tests/allocator/test_allocator.h
Normal file
17
tests/allocator/test_allocator.h
Normal file
@@ -0,0 +1,17 @@
|
||||
#ifndef TEST_ALLOCATOR_H
|
||||
#define TEST_ALLOCATOR_H
|
||||
|
||||
#include "tester.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif // __cplusplus
|
||||
|
||||
TestFuncResult test_libc_allocator(void);
|
||||
TestFuncResult test_arena_allocator(void);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif // __cplusplus
|
||||
|
||||
#endif // !TEST_ALLOCATOR_H
|
Reference in New Issue
Block a user