aboutsummaryrefslogtreecommitdiff
path: root/test/suites/api/Makefile.am
diff options
context:
space:
mode:
authorPetri Lehtinen <petri@digip.org>2013-02-04 09:49:57 +0200
committerPetri Lehtinen <petri@digip.org>2013-02-04 09:49:58 +0200
commit93a3c7f663327fbc835b464596e23d86f8135b6a (patch)
treed335087b9b479c31a18d7e9506e2476e8a7a9a54 /test/suites/api/Makefile.am
parent02beb90db3734263c424fe208cdfae0a8405d640 (diff)
downloadjansson-93a3c7f663327fbc835b464596e23d86f8135b6a.zip
jansson-93a3c7f663327fbc835b464596e23d86f8135b6a.tar.gz
jansson-93a3c7f663327fbc835b464596e23d86f8135b6a.tar.bz2
Enable gcc specific flags in tests correctly
... and fix issues found.
Diffstat (limited to 'test/suites/api/Makefile.am')
-rw-r--r--test/suites/api/Makefile.am1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/suites/api/Makefile.am b/test/suites/api/Makefile.am
index 2b1746d..1dbdd2b 100644
--- a/test/suites/api/Makefile.am
+++ b/test/suites/api/Makefile.am
@@ -30,6 +30,5 @@ test_simple_SOURCES = test_simple.c util.h
test_unpack_SOURCES = test_unpack.c util.h
AM_CPPFLAGS = -I$(top_builddir)/src -I$(top_srcdir)/src
-AM_CFLAGS = -Wall -Werror
LDFLAGS = -static # for speed and Valgrind
LDADD = $(top_builddir)/src/libjansson.la