summaryrefslogtreecommitdiff
path: root/smoketest
AgeCommit message (Collapse)Author
2012-07-30smoketest: produce a better errror message when Java component failsMichael Stahl
Change-Id: I04d0376d22cddf78d83ec0d42bbd2620d5d5fcc5 (cherry picked from commit 75b7d3dce610eb1d7a071d02800d5e3d0bec0898) Signed-off-by: Miklos Vajna <vmiklos@suse.cz>
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-29make gbuild the default assumption of build.plBjoern Michaelsen
this removes dmake completely out of the build for migrated modules build.pl now assumes modules to be gbuild, unless there is a prj/dmake file Change-Id: I674a036b182ee13c5ec093e83cb3d38133112d3b
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-23.java files don't need executable bitsMichael Stahl
2012-03-12smoketest: fix duplicate linkage warningMichael Stahl
2012-02-20we do want also create library for smoketest and deliver itMatúš Kukan
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.
2012-02-18smoketest: remove doubled copyright lineThomas Arnhold
2012-02-16Remove lodownloadtest.py trailing white spacesYifan J
2012-02-16Split download and run test part of losmoketest.py.Yifan J
1. rename the tool to lodownloadtest.py 2. it will call native losmoketest in lo program directory 3. it will download test package as well as lo installables 4. fixing some bugs and optimize code - clean up extracted rpms after install - only uninstall necessary packages before installation - trivial improvements please see diff
2012-02-13move ABORT_ON_ASSERTION from smoketest to smoketestoo_nativeCaolán McNamara
2012-02-06update losmoketest fetching pathYifan J
2012-02-06bug fixing for test initializingYifan J
2012-02-05replace SOLARSRC by SRC_ROOT and get rid of SOLARDEFIMG usesNorbert Thiebaud
2011-12-11The common_build stuff is surely obsoleteTor Lillqvist
2011-12-02really build libsmoketestPetr Mladek
2011-12-02split smoketest module to fix buildPetr Mladek
+ move the library and other build stuff to a new "smoketest" module + keep "smoketestoo_native" only for installing and running the tests + restore the targets in top level make