Test for ilegal instruction exception

This commit is contained in:
pancake
2015-08-24 17:07:33 +02:00
parent 62908b96eb
commit 11c20418d7
2 changed files with 45 additions and 1 deletions

View File

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