diff --git a/test.mak b/test.mak index 5e41bd3..b6b729a 100755 --- a/test.mak +++ b/test.mak @@ -16,3 +16,6 @@ mem: mem_test clean: rm -f $(OBJS) $(EXES) + +leakcheck: + valgrind php -c test.ini test.ini