Add regression test for the map crash

This commit is contained in:
pancake
2015-08-24 13:00:54 +02:00
parent c55ad00e2a
commit ba39dd3374
2 changed files with 40 additions and 0 deletions

11
regress/Makefile Normal file
View File

@@ -0,0 +1,11 @@
CFLAGS+=-I../include
LDFLAGS=-L.. -lunicorn
TESTS=map_crash map_regs
all: $(TESTS)
clean:
rm -f $(TESTS)
.PHONY: all clean