[test suite] added missing test/asan/Makefile
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
|
||||
all : use-after-free.c
|
||||
cc -Wall -m32 -O1 -g -fsanitize=address -fno-omit-frame-pointer use-after-free.c
|
||||
|
||||
clean:
|
||||
rm -f a.out
|
||||
Reference in New Issue
Block a user