diff options
Diffstat (limited to 'test/makefile')
-rw-r--r-- | test/makefile | 3 |
1 files changed, 3 insertions, 0 deletions
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 |