# Tools and Non-Build Scripts Tools and scripts mostly not used during the build This direction has a number of key pieces (?) that are used during the build, or are simply generally useful. One example is `bin/run`. This utility can be used to run the executables in this folder: workdir/LinkTarget/Executable Format of the usage is: ./bin/run application [parameters]|--list|--help Use --list (same as -list or -l) to get the list of executables Use --help (same as -help or -h) to get this help Another example is: bin/find-german-comments which will try to detect and extract all the German comments in a given source code hierarchy `/` directory. Please note that the associated issue [tdf#39468](https://bugs.documentfoundation.org/show_bug.cgi?id=39468) is now marked as RESOLVED/FIXED, so don't expect many German comments. n> LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/test/Module_test.mk
AgeCommit message (Expand)Author
2019-04-18Add a test to check XPath testing facilities in XmlTestToolsMike Kaganski
2016-09-29Fix naming of makefile to mend make dump-deps.Michael Meeks
2016-08-30Break test::setUpVcl into a test-setupvcl library of its ownStephan Bergmann
2016-06-18uitest: move the uitest files to vclMarkus Mohrhard
2016-06-18uitest: add groundwork for ui testing frameworkMarkus Mohrhard
2014-06-04DeInitVCL at end of testsStephan Bergmann
2013-04-23execute move of global headersBjoern Michaelsen
2013-04-22Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks
2013-04-02Bypass cppunit stuff for non-DESKTOP in more placesTor Lillqvist
2012-01-23add library for c++ based subsequenttestsMarkus Mohrhard
2012-01-17gbuildify testCaolán McNamara