office-gobmx/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
..
source sc: ensure global variables in tests are cleared before shutdown 2014-09-30 17:34:26 +02:00
user-template
Library_subsequenttest.mk
Library_test.mk
Library_vclbootstrapprotector.mk
Makefile
Module_test.mk
Package_unittest.mk
README

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.