Age | Commit message (Collapse) | Author |
|
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
|
|
Variables should have module name as prefix to prevent collisions.
|
|
|
|
|
|
|
|
It does not actually _set_ the command line arguments, but rather _adds_
to them. IMHO the new name reflects this fact better.
|
|
|
|
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)
|
|
|
|
|
|
Add smoketest to tail_build and make it a subsequentcheck target.
|