Add test case to Makefile and .gitignore. Add disassembly.

This commit is contained in:
practicalswift
2015-11-15 17:31:06 +01:00
parent c8fe68fb3d
commit 5b34660b3f
3 changed files with 7 additions and 0 deletions

View File

@@ -16,6 +16,7 @@ TESTS += eflags_nosync
TESTS += 00opcode_uc_crash
TESTS += eflags_noset
TESTS += mem_map_large
TESTS += invalid_read_in_cpu_tb_exec
all: $(TESTS)