office-gobmx/test
Noel Grandin 5285beeaa4 remove redundant calls to OUString constructor in if expression
Convert code like:
  if( aStr == OUString("xxxx") )
to this:
  if( aStr == "xxxx" )

Change-Id: I8d201f048477731eff590fb988259ef0935c080c
2013-11-04 10:11:08 +02:00
..
source remove redundant calls to OUString constructor in if expression 2013-11-04 10:11:08 +02:00
user-template
Library_subsequenttest.mk
Library_test.mk
Makefile
Module_test.mk
Package_unittest.mk gbuild: move unittest mock profile to WORKDIR 2013-10-29 00:58:44 +01:00
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.