diff options
Diffstat (limited to 'build/Makefile.am')
-rw-r--r-- | build/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/build/Makefile.am b/build/Makefile.am index de76c58..6f80eab 100644 --- a/build/Makefile.am +++ b/build/Makefile.am @@ -11,3 +11,7 @@ noinst_LTLIBRARIES = \ libcutest_la_SOURCES = \ cutest/CuTest.c \ cutest/CuTest.h + +memcheck: + +leakcheck: |