From 14ff7106da7e79432a85805e8ce49296f1cf9216 Mon Sep 17 00:00:00 2001 From: FreeArtMan <=> Date: Sun, 24 Jan 2016 13:13:09 +0000 Subject: Initial --- test/Makefile | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 test/Makefile (limited to 'test/Makefile') diff --git a/test/Makefile b/test/Makefile new file mode 100644 index 0000000..7297e92 --- /dev/null +++ b/test/Makefile @@ -0,0 +1,7 @@ +CC=gcc +CLFAGS= +make: + $(CC) $(CFLAGS) test1.c ../arg.o -o test1 + +leak: + valgrind --leak-check=full --track-origins=yes --log-file=log.txt ./test1 -f -g -e ads \ No newline at end of file -- cgit v1.2.3