diff options
Diffstat (limited to 'test-suite/standalone/test-srfi-4.c')
-rw-r--r-- | test-suite/standalone/test-srfi-4.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test-suite/standalone/test-srfi-4.c b/test-suite/standalone/test-srfi-4.c index 22e079c1b..b49e666cc 100644 --- a/test-suite/standalone/test-srfi-4.c +++ b/test-suite/standalone/test-srfi-4.c @@ -20,6 +20,9 @@ # include <config.h> #endif +/* Make sure the assertions are tested. */ +#undef NDEBUG + #include <libguile.h> #include <stdio.h> |