summaryrefslogtreecommitdiffabout
path: root/test
authorMichael Krelin <hacker@klever.net>2008-01-01 14:08:05 (UTC)
committer Michael Krelin <hacker@klever.net>2008-01-04 18:23:51 (UTC)
commit15d089da9f7682bc3524b6a278cfcd64621e7db2 (patch) (side-by-side diff)
tree065c437d9de7d9fe33e60cd825d2e2475f7e9f8b /test
parent9e46475efea0f61bc588221d21d0d749c4eb7ab1 (diff)
downloadlibopkele-15d089da9f7682bc3524b6a278cfcd64621e7db2.zip
libopkele-15d089da9f7682bc3524b6a278cfcd64621e7db2.tar.gz
libopkele-15d089da9f7682bc3524b6a278cfcd64621e7db2.tar.bz2
configurable -DNDEBUG
Signed-off-by: Michael Krelin <hacker@klever.net>
Diffstat (limited to 'test') (more/less context) (ignore whitespace changes)
-rw-r--r--test/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Makefile.am b/test/Makefile.am
index 13c4cd2..bacaafa 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -1,5 +1,6 @@
noinst_PROGRAMS = test idiscover
+AM_CPPFLAGS=${CPPFLAGS_DEBUG}
DEFAULT_INCLUDES = -I${top_builddir}
INCLUDES = -I${top_srcdir}/include/ ${KONFORKA_CFLAGS}