Add a new unit test file

This commit is contained in:
mio
2021-10-20 21:27:22 +02:00
parent 567bd08b86
commit 91451aa2f5
2 changed files with 8 additions and 0 deletions

5
tests/unit/test_mem.c Normal file
View File

@@ -0,0 +1,5 @@
#include "unicorn_test.h"
TEST_LIST = {
{ NULL, NULL }
};