Force asserts on in all tests.

This commit is contained in:
Alistair Riddoch 2011-02-15 09:30:46 +00:00
parent edb75400bd
commit 5cb0ac6ae5
193 changed files with 1351 additions and 0 deletions

View file

@ -17,6 +17,13 @@
// $Id$
#ifdef NDEBUG
#undef NDEBUG
#endif
#ifndef DEBUG
#define DEBUG
#endif
#include <Python.h>
#include "python_testers.h"