Initial commit
This commit is contained in:
8
test/test_allocator.c
Normal file
8
test/test_allocator.c
Normal file
@@ -0,0 +1,8 @@
|
||||
#include "allocator.h"
|
||||
#include <cmocka.h>
|
||||
#include <setjmp.h>
|
||||
#include <stdarg.h>
|
||||
#include <stddef.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
int main(void) { return EXIT_SUCCESS; }
|
||||
Reference in New Issue
Block a user