From 3d0423acf703be7e0e7b004ee85630f6684bf72e Mon Sep 17 00:00:00 2001 From: Yang Liu Date: Tue, 14 Oct 2025 15:11:15 +0800 Subject: Added preliminary unit test runner (#3045) * Added preliminary unit test runner * Set .text section address * Added support for added custom memory regions * Move json.h to include * Display banner * Added support for custom memory data * Added the ability to include path in nasm * Print env variables --- src/include/core.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/include/core.h') diff --git a/src/include/core.h b/src/include/core.h index c9fec47c..c94eb57b 100644 --- a/src/include/core.h +++ b/src/include/core.h @@ -10,4 +10,6 @@ int initialize(int argc, const char **argv, char** env, x64emu_t** emulator, elf int emulate(x64emu_t* emu, elfheader_t* elf_header); +int unittest(int argc, const char** argv); + #endif // __CORE_H \ No newline at end of file -- cgit 1.4.1