aboutsummaryrefslogtreecommitdiff
path: root/test/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'test/Makefile.am')
-rw-r--r--test/Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/Makefile.am b/test/Makefile.am
index 188fb97..865b1e9 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -2,6 +2,10 @@ check_PROGRAMS = load_dump loadf_dumpf loads_dumps
AM_CPPFLAGS = -I$(top_srcdir)/src
AM_CFLAGS = -Wall -Werror
+LDFLAGS = -static # for speed and Valgrind
LDADD = ../src/libjansson.la
TESTS = test-invalid test-valid
+
+clean-local:
+ rm -rf testlogs