summaryrefslogtreecommitdiffstats
path: root/smoketest
Commit message (Collapse)AuthorAgeFilesLines
* get subsequentcheck unstuckDavid Tardon2012-04-101-0/+2
|
* rename gb_CppunitTest_set_argumentsDavid Tardon2012-04-081-3/+1
| | | | | It does not actually _set_ the command line arguments, but rather _adds_ to them. IMHO the new name reflects this fact better.
* always use --protector for UNO testsDavid Tardon2012-04-081-2/+0
|
* gbuild: "use" vs. "add":Michael Stahl2012-04-083-5/+5
| | | | | | | | | 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)
* .java files don't need executable bitsMichael Stahl2012-03-231-0/+0
|
* smoketest: fix duplicate linkage warningMichael Stahl2012-03-121-4/+1
|
* we do want also create library for smoketest and deliver itMatúš Kukan2012-02-202-0/+49
|
* gbuild: add gb_CppunitTest_abort_on_assertion for smoketestMatúš Kukan2012-02-191-0/+2
|
* gbuild'ize smoketest(oo_native) and merge themMatúš Kukan2012-02-1917-255/+331
| | | | Add smoketest to tail_build and make it a subsequentcheck target.
* smoketest: remove doubled copyright lineThomas Arnhold2012-02-181-1/+0
|
* Remove lodownloadtest.py trailing white spacesYifan J2012-02-161-16/+13
|
* Split download and run test part of losmoketest.py.Yifan J2012-02-161-117/+136
| | | | | | | | | | 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
* move ABORT_ON_ASSERTION from smoketest to smoketestoo_nativeCaolán McNamara2012-02-131-2/+0
|
* update losmoketest fetching pathYifan J2012-02-061-14/+14
|
* bug fixing for test initializingYifan J2012-02-061-3/+24
|
* replace SOLARSRC by SRC_ROOT and get rid of SOLARDEFIMG usesNorbert Thiebaud2012-02-052-3/+3
|
* The common_build stuff is surely obsoleteTor Lillqvist2011-12-111-2/+0
|
* really build libsmoketestPetr Mladek2011-12-021-1/+1
|
* split smoketest module to fix buildPetr Mladek2011-12-0229-0/+3953
+ 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