summaryrefslogtreecommitdiffstats
path: root/test/Module_test.mk
Commit message (Collapse)AuthorAgeFilesLines
* execute move of global headersBjoern Michaelsen2013-04-231-1/+0
| | | | | | | see https://gerrit.libreoffice.org/#/c/3367/ and Change-Id: I00c96fa77d04b33a6f8c8cd3490dfcd9bdc9e84a for details Change-Id: I199a75bc4042af20817265d5ef85b1134a96ff5a
* Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks2013-04-221-22/+4
|
* Bypass cppunit stuff for non-DESKTOP in more placesTor Lillqvist2013-04-021-0/+4
| | | | | | | | We don't run any cppunit tests for cross-compiled platforms anyway, so no point in compiling that. (Especially as compiling cppunit currently fails in a --enable-werror build at least for Android thanks to -Wundef.) Change-Id: I3139c62305ccfeddc0f67729f10e224618d2fc03
* add library for c++ based subsequenttestsMarkus Mohrhard2012-01-231-0/+1
| | | | | | | | | | use this library for interface tests and implement the test in the correct module by creating one test class per implementation class The implementation class should inherit from all interface tests it needs This should make it more easy to write tests since we no longer need to write the same test method multiple times
* gbuildify testCaolán McNamara2012-01-171-0/+36