diff options
| author | Eric Haszlakiewicz <erh+git@nimenees.com> | 2019-12-05 23:18:46 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-12-05 23:18:46 -0500 |
| commit | 37b4da6b92af2e41e7a790dadfa5e15ec66134d8 (patch) | |
| tree | a8959e86d5ed170ce6867d4f54c6e3d1b2806442 /tests | |
| parent | 581b94b3bdf9f129a15dc3ca01558c4af6dc53c4 (diff) | |
| parent | 8799623806f7e982c65f129f3080592c4840597e (diff) | |
| download | json-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.am | 2 |
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) |
