summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorEric Haszlakiewicz <erh+git@nimenees.com>2019-12-05 23:18:46 -0500
committerGitHub <noreply@github.com>2019-12-05 23:18:46 -0500
commit37b4da6b92af2e41e7a790dadfa5e15ec66134d8 (patch)
treea8959e86d5ed170ce6867d4f54c6e3d1b2806442 /tests
parent581b94b3bdf9f129a15dc3ca01558c4af6dc53c4 (diff)
parent8799623806f7e982c65f129f3080592c4840597e (diff)
downloadjson-c-37b4da6b92af2e41e7a790dadfa5e15ec66134d8.tar.gz
Merge pull request #501 from andy5995/iss_406-2
undefine NDEBUG for tests
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index e39fb3c..bc8674e 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -1,5 +1,5 @@
-AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/tests
+AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/tests -UNDEBUG
LDADD= $(LIBJSON_LA)