[test suite] added missing test/asan/Makefile

This commit is contained in:
Michael Rash
2015-06-18 06:16:10 -07:00
parent 5c4f7dac9b
commit bc6118e19f
+6
View File
@@ -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