Closed pboothe closed 8 years ago
The assert() should have never compiled, but NDT compiles with -DNDEBUG so all assert() were compiled away. Now it is fixed.
assert()
The crashing bug meant that child processes were crashing a lot, but only after doing the tests.
This change is
This ended up being superseded by #59
The
assert()
should have never compiled, but NDT compiles with -DNDEBUG so allassert()
were compiled away. Now it is fixed.The crashing bug meant that child processes were crashing a lot, but only after doing the tests.
This change is