mirror of
https://github.com/worldforge/cyphesis
synced 2026-08-13 12:26:04 -04:00
Force asserts on in all tests.
This commit is contained in:
parent
edb75400bd
commit
5cb0ac6ae5
193 changed files with 1351 additions and 0 deletions
|
|
@ -17,6 +17,13 @@
|
|||
|
||||
// $Id$
|
||||
|
||||
#ifdef NDEBUG
|
||||
#undef NDEBUG
|
||||
#endif
|
||||
#ifndef DEBUG
|
||||
#define DEBUG
|
||||
#endif
|
||||
|
||||
#include <Python.h>
|
||||
|
||||
#include "python_testers.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue