Add test case for #58

This commit is contained in:
pancake
2015-08-27 00:19:12 +02:00
parent 8aedc1b5d5
commit efe0f5d854
2 changed files with 52 additions and 1 deletions

View File

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