diff options
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 6fa0496e..af2ad642 100644 --- a/Makefile.am +++ b/Makefile.am @@ -25,3 +25,6 @@ include $(top_srcdir)/common/release.mak check-valgrind: @true + +check-torture: + @true |