Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-06-26 | re-base on ALv2 code. | Michael Meeks | 17 | -439/+286 | |
2012-06-22 | .xml files don't need executable bits | Michael Stahl | 1 | -0/+0 | |
Change-Id: I399d086181a9f513cd95157e815551f0be9b9e95 | |||||
2012-05-10 | normalize variable names in gbuild user makefiles | Michael Stahl | 1 | -3/+3 | |
Variables should have module name as prefix to prevent collisions. | |||||
2012-04-29 | make gbuild the default assumption of build.pl | Bjoern Michaelsen | 1 | -1/+0 | |
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-24 | specific variable for where dev-install installs | Luboš Luňák | 1 | -2/+2 | |
2012-04-11 | smoketest CppUnit lib is only a thin wrapper around smoketest lib | Stephan Bergmann | 1 | -4/+0 | |
2012-04-10 | get subsequentcheck unstuck | David Tardon | 1 | -0/+2 | |
2012-04-08 | rename gb_CppunitTest_set_arguments | David Tardon | 1 | -3/+1 | |
It does not actually _set_ the command line arguments, but rather _adds_ to them. IMHO the new name reflects this fact better. | |||||
2012-04-08 | always use --protector for UNO tests | David Tardon | 1 | -2/+0 | |
2012-04-08 | gbuild: "use" vs. "add": | Michael Stahl | 3 | -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) | |||||
2012-03-23 | .java files don't need executable bits | Michael Stahl | 1 | -0/+0 | |
2012-03-12 | smoketest: fix duplicate linkage warning | Michael Stahl | 1 | -4/+1 | |
2012-02-20 | we do want also create library for smoketest and deliver it | Matúš Kukan | 2 | -0/+49 | |
2012-02-19 | gbuild: add gb_CppunitTest_abort_on_assertion for smoketest | Matúš Kukan | 1 | -0/+2 | |
2012-02-19 | gbuild'ize smoketest(oo_native) and merge them | Matúš Kukan | 17 | -255/+331 | |
Add smoketest to tail_build and make it a subsequentcheck target. | |||||
2012-02-18 | smoketest: remove doubled copyright line | Thomas Arnhold | 1 | -1/+0 | |
2012-02-16 | Remove lodownloadtest.py trailing white spaces | Yifan J | 1 | -16/+13 | |
2012-02-16 | Split download and run test part of losmoketest.py. | Yifan J | 1 | -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 | |||||
2012-02-13 | move ABORT_ON_ASSERTION from smoketest to smoketestoo_native | Caolán McNamara | 1 | -2/+0 | |
2012-02-06 | update losmoketest fetching path | Yifan J | 1 | -14/+14 | |
2012-02-06 | bug fixing for test initializing | Yifan J | 1 | -3/+24 | |
2012-02-05 | replace SOLARSRC by SRC_ROOT and get rid of SOLARDEFIMG uses | Norbert Thiebaud | 2 | -3/+3 | |
2011-12-11 | The common_build stuff is surely obsolete | Tor Lillqvist | 1 | -2/+0 | |
2011-12-02 | really build libsmoketest | Petr Mladek | 1 | -1/+1 | |
2011-12-02 | split smoketest module to fix build | Petr Mladek | 29 | -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 |