Commit graph

23 commits

Author SHA1 Message Date
Michael Stahl
a9550f63cd normalize variable names in gbuild user makefiles
Variables should have module name as prefix to prevent collisions.
2012-05-10 10:47:44 +02:00
Bjoern Michaelsen
b1c3e8ae28 make gbuild the default assumption of build.pl
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-29 03:50:46 +02:00
Luboš Luňák
77f19d6e02 specific variable for where dev-install installs 2012-04-24 09:01:47 +02:00
Stephan Bergmann
e175c3f3e7 smoketest CppUnit lib is only a thin wrapper around smoketest lib 2012-04-11 16:33:00 +02:00
David Tardon
9bbc7cf94a get subsequentcheck unstuck 2012-04-10 11:53:32 +02:00
David Tardon
814484b2ac rename gb_CppunitTest_set_arguments
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 14:53:09 +02:00
David Tardon
e5f16b8d3e always use --protector for UNO tests 2012-04-08 14:53:08 +02:00
Michael Stahl
c923f7d2c2 gbuild: "use" vs. "add":
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-04-08 01:05:52 +02:00
Michael Stahl
e476a7632c .java files don't need executable bits 2012-03-23 21:58:12 +01:00
Michael Stahl
0cd3740c1d smoketest: fix duplicate linkage warning 2012-03-12 18:30:34 +01:00
Matúš Kukan
cfae02e4c4 we do want also create library for smoketest and deliver it 2012-02-20 02:37:42 +01:00
Matúš Kukan
6468e140a1 gbuild: add gb_CppunitTest_abort_on_assertion for smoketest 2012-02-19 19:24:33 +01:00
Matúš Kukan
a391a096bd gbuild'ize smoketest(oo_native) and merge them
Add smoketest to tail_build and make it a subsequentcheck target.
2012-02-19 19:24:32 +01:00
Thomas Arnhold
530cfd92da smoketest: remove doubled copyright line 2012-02-18 11:30:10 +01:00
Yifan J
a86d8c5a43 Remove lodownloadtest.py trailing white spaces 2012-02-16 22:18:53 +08:00
Yifan J
1dd59441bd Split download and run test part of losmoketest.py.
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-16 18:47:10 +08:00
Caolán McNamara
d22bfbbc67 move ABORT_ON_ASSERTION from smoketest to smoketestoo_native 2012-02-13 14:29:52 +00:00
Yifan J
bcb9328d8a update losmoketest fetching path 2012-02-06 18:22:00 +08:00
Yifan J
79b6311d05 bug fixing for test initializing 2012-02-06 17:39:46 +08:00
Norbert Thiebaud
43b987e43f replace SOLARSRC by SRC_ROOT and get rid of SOLARDEFIMG uses 2012-02-05 19:34:02 -06:00
Tor Lillqvist
5f03eb4bc6 The common_build stuff is surely obsolete 2011-12-11 02:58:01 +02:00
Petr Mladek
e0561e4e84 really build libsmoketest 2011-12-02 20:11:22 +01:00
Petr Mladek
57578c1828 split smoketest module to fix build
+ 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
2011-12-02 18:35:40 +01:00