From d4b803f00429472efe8ea66f4f4105ab40712dff Mon Sep 17 00:00:00 2001 From: bloodstalker Date: Wed, 12 Sep 2018 18:46:32 +0430 Subject: finally fixed --- test/makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'test/makefile') diff --git a/test/makefile b/test/makefile index 4f2c90d..05d4215 100644 --- a/test/makefile +++ b/test/makefile @@ -118,6 +118,9 @@ $(TARGET).so: $(TARGET).o read.o aggregate.o structs.o $(TARGET).a: $(TARGET).o read.o aggregate.o structs.o ar rcs $(TARGET).a $(TARGET).o +valgrind: $(TARGET) + valgrind --leak-check=yes $(TARGET) + clean: rm -f *.o *.dis *.odbg *.ocov *~ $(TARGET) $(TARGET).so $(TARGET)-static $(TARGET)-dbg $(TARGET).a $(TARGET)-cov -- cgit v1.2.3