aboutsummaryrefslogtreecommitdiff
path: root/source/sk/connectivity
ModeNameSize
d---------registry478logplain
d---------source39logplain
tion value='feature/pyweb-wizard'>feature/pyweb-wizard LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/smoketest/CppunitTest_smoketest.mk
AgeCommit message (Collapse)Author
2012-07-30smoketest: fix build with MSVC:Michael Stahl
Linking an empty CppunitTest against smoketest Library does not work, the linker complains aboutunresolved external symbol DllMainCRTstartup or something like that; building a static library has the same result; so just build the cxx file twice via a dummy smoketest_too.cxx. Change-Id: I11a29d4ec134f67a7de896ff8c669ed5b47782a7 (cherry picked from commit d8b6225d974ef7f8dd14cf0828a86f6e9881fc97) Signed-off-by: Miklos Vajna <vmiklos@suse.cz>
2012-05-10normalize variable names in gbuild user makefilesMichael Stahl
Variables should have module name as prefix to prevent collisions.
2012-04-24specific variable for where dev-install installsLuboš Luňák
2012-04-11smoketest CppUnit lib is only a thin wrapper around smoketest libStephan Bergmann
2012-04-10get subsequentcheck unstuckDavid Tardon
2012-04-08rename gb_CppunitTest_set_argumentsDavid Tardon
It does not actually _set_ the command line arguments, but rather _adds_ to them. IMHO the new name reflects this fact better.
2012-04-08always use --protector for UNO testsDavid Tardon
2012-04-08gbuild: "use" vs. "add":Michael Stahl
Naming convention for gbuild methods: - "add" is used for stuff that is logically a part of the target (i.e. not registered at the Module, but defined in the target's makefile) - "use" is used for stuff that is logically a different target (i.e. it is registered at the Module, has it's own makefile, may be in a different module than the target)
2012-03-12smoketest: fix duplicate linkage warningMichael Stahl
2012-02-19gbuild: add gb_CppunitTest_abort_on_assertion for smoketestMatúš Kukan
2012-02-19gbuild'ize smoketest(oo_native) and merge themMatúš Kukan
Add smoketest to tail_build and make it a subsequentcheck target.