Add regression test for the map crash
This commit is contained in:
11
regress/Makefile
Normal file
11
regress/Makefile
Normal 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
|
||||
Reference in New Issue
Block a user