summaryrefslogtreecommitdiff
path: root/test-suite/standalone/test-scm-values.c
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2014-03-20 09:43:01 +0100
committerLudovic Courtès <ludo@gnu.org>2014-03-20 09:43:01 +0100
commit0c1f2b0e0d3940fc0d4f3a902d9c487db15f14d5 (patch)
tree5fcd671c332b5617b3d23110bd57fad7c5660d9c /test-suite/standalone/test-scm-values.c
parentf2c3d29fd256ff4b6022d9af98543be7c625422e (diff)
downloadguile-0c1f2b0e0d3940fc0d4f3a902d9c487db15f14d5.tar.gz
tests: Add #undef NDEBUG when using <assert.h>.
* test-suite/standalone/test-loose-ends.c, test-suite/standalone/test-num2integral.c, test-suite/standalone/test-round.c, test-suite/standalone/test-scm-c-bind-keyword-arguments.c, test-suite/standalone/test-scm-c-read.c, test-suite/standalone/test-scm-values.c, test-suite/standalone/test-smob-mark.c, test-suite/standalone/test-srfi-4.c: Add #undef NDEBUG.
Diffstat (limited to 'test-suite/standalone/test-scm-values.c')
-rw-r--r--test-suite/standalone/test-scm-values.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/test-suite/standalone/test-scm-values.c b/test-suite/standalone/test-scm-values.c
index ece62dab6..06f57bedd 100644
--- a/test-suite/standalone/test-scm-values.c
+++ b/test-suite/standalone/test-scm-values.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2012 Free Software Foundation, Inc.
+/* Copyright (C) 2012, 2014 Free Software Foundation, Inc.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License
@@ -20,6 +20,8 @@
# include <config.h>
#endif
+#undef NDEBUG
+
#include <assert.h>
#include <libguile.h>
#include <stdlib.h>