tests: Add #undef NDEBUG when using <assert.h>.
[bpt/guile.git] / test-suite / standalone / test-scm-values.c
index ece62da..06f57be 100644 (file)
@@ -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>