tests: Add #undef NDEBUG when using <assert.h>.
[bpt/guile.git] / test-suite / standalone / test-scm-c-read.c
index 4111cd0..5f11e75 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2008 Free Software Foundation, Inc.
+/* Copyright (C) 2008, 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
@@ -23,6 +23,8 @@
 # include <config.h>
 #endif
 
+#undef NDEBUG
+
 #include <libguile.h>
 #include <assert.h>