Added basic block hook regression test

This commit is contained in:
Chris Eagle
2015-08-24 18:36:58 -07:00
parent 5c3b681945
commit 7273013263
2 changed files with 83 additions and 1 deletions

2
regress/Makefile Normal file → Executable file
View File

@@ -1,7 +1,7 @@
CFLAGS += -I../include
LDFLAGS = -L.. -lunicorn
TESTS = map_crash sigill sigill2
TESTS = map_crash sigill sigill2 block_test
all: $(TESTS)