regress/Makefile conflict resolution
This commit is contained in:
5
regress/Makefile
Normal file → Executable file
5
regress/Makefile
Normal file → Executable file
@@ -1,7 +1,10 @@
|
||||
CFLAGS += -I../include
|
||||
LDFLAGS = -L.. -lunicorn
|
||||
|
||||
TESTS = map_crash sigill sigill2 block_test ro_mem_test
|
||||
TESTS = map_crash map_write
|
||||
TESTS += sigill sigill2
|
||||
TESTS += block_test
|
||||
TESTS += ro_mem_test
|
||||
|
||||
all: $(TESTS)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user