also update Makefile to build timeout_segfault.c

This commit is contained in:
gaffe 2015-08-29 12:51:35 -07:00
parent be98e28132
commit e788657a16

View File

@ -5,6 +5,7 @@ TESTS = map_crash map_write
TESTS += sigill sigill2
TESTS += block_test
TESTS += ro_mem_test nr_mem_test
TESTS += timeout_segfault
all: $(TESTS)