From 587dd24b5970aa3605cc2bc2826f7e35344b4317 Mon Sep 17 00:00:00 2001 From: FreeArtMan Date: Sun, 3 Jun 2018 00:04:50 +0100 Subject: Initial commit --- test/Makefile | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 test/Makefile (limited to 'test/Makefile') diff --git a/test/Makefile b/test/Makefile new file mode 100644 index 0000000..f1e1388 --- /dev/null +++ b/test/Makefile @@ -0,0 +1,9 @@ +CC=g++ +CFLAGS=-g3 -fno-rtti -fno-exceptions -fno-unwind-tables + +make: + g++ -c test1.c + gcc $(CFLAGS) test1.o ../arg.o -o test1 + +leak: + valgrind --leak-check=full --track-origins=yes --log-file=log.txt ./test1 -d "ads|asd|asd" \ No newline at end of file -- cgit v1.2.3