add missing files

This commit is contained in:
Nguyen Anh Quynh
2021-12-06 04:28:13 +08:00
parent 97b92d8861
commit b042a6a01d
51 changed files with 28849 additions and 0 deletions

8
tests/unit/test_s390x.c Normal file
View File

@ -0,0 +1,8 @@
#include "unicorn_test.h"
const uint64_t code_start = 0x1000;
const uint64_t code_len = 0x4000;
TEST_LIST = {
{ NULL, NULL }
};