Commit Graph

4 Commits

Author SHA1 Message Date
Charly Delay
cf7de3c106 testsuite: refactor for clarity and maintenance
Change-Id: I1d500175c06a0839268c8a3c4bfc31043c1bf259
2015-09-30 18:23:28 +02:00
Charly Delay
20b809d27c gnathub: add support for cross options (--target, --RTS)
* add support in GNAThub for --target and --RTS command line
   switches.
 * add support for Target and Runtime attributes defined in the project
   file.
 * add tests to cover the new API methods (Project.target &
   Project.runtime).

Change-Id: I42a88471598fefec16a7505ad70cd24b08f3dd8b
TN: O909-050
2015-09-28 21:56:06 +02:00
JC Delay
1233534158 Unify GNAThub.Plugin.name()
Provide a default implementation to the GNAThub.Plugin.name property:

    return type(self).__name__

Use plugin().name along with plugin.__name__ to discriminate plugins
from their name in the plugin-runner.py.

Change-Id: Ie478427ffd78c45cdab8dd1e842b3736020cd710
TN: N623-022
2014-08-14 19:48:58 +02:00
JC Delay
497fa66e8b gnathub: update testsuite with new support.
Change-Id: Id628a5f3eff0776c91315aac54db2db8ed828495
Issue: DSH-60.
2014-04-25 16:48:22 +02:00