

Public Member Functions | |
| def | __init__ |
| def | execute |
Public Attributes | |
| builddir | |
Definition at line 565 of file runtests.py.
| def runtests::SyncEvolutionCross::__init__ | ( | self, | ||
| syncevosrc, | ||||
| syncclientsrc, | ||||
| host, | ||||
| oedir, | ||||
| dependencies | ||||
| ) |
cross-compile SyncEvolution using a certain OpenEmbedded build dir: host is the platform identifier (e.g. x86_64-linux), oedir must contain the 'tmp/cross' and 'tmp/staging/<host>' directories
Reimplemented from runtests::AutotoolsBuild.
Definition at line 566 of file runtests.py.
| def runtests::SyncEvolutionCross::execute | ( | self | ) |
Runs action. Throws an exeception if anything fails. Will be called by tryexecution() with stderr/stdout redirected into a file and the current directory set to an empty temporary directory.
Reimplemented from runtests::AutotoolsBuild.
Definition at line 582 of file runtests.py.
1.5.7.1