Files
loongoffice/test
Michael Stahl 7d754a8492 sc: ensure global variables in tests are cleared before shutdown
If the destructors run from exit handlers, they could access already
deleted globals from VCL etc. and crash.

Change-Id: I265046e95998a4384e1ce0f1f205d03c078a40a9
2014-09-30 17:34:26 +02:00
..
2014-06-04 08:55:12 +02:00

Test harness code for C++ unit testing

Many of these tests are run during the build process. In that case on
unix, if a test fails follow the error messages to debug it under gdb.