summaryrefslogtreecommitdiffstats
path: root/test/test-subsystem/TESTSubsystemBuilder.cpp
Commit message (Collapse)AuthorAgeFilesLines
* parameter-framework: move github upstream code to upstream folderFrançois Gaffie2016-03-041-39/+0
| | | | | | | Change-Id: I3aa6e8f8fccfcf80fdc2a4e00c17d8b10b45e9dd Signed-off-by: François Gaffie <francois.gaffie@intel.com> Bug: 22887211
* parameter-framework: Drop of github upstream version v3.2.4François Gaffie2016-03-041-9/+6
| | | | | | | | | | | | | Main features are: -Networking code may now be opted-out (for android build: no socket opened for user build) -Get rid of python prebuild for XML generation Bug: 22887211 Change-Id: Ieee49b439f694f14ce48c23127d34622691397ef Signed-off-by: François Gaffie <francois.gaffie@intel.com> Signed-off-by: David Wagner <david.wagner@intel.com>
* Add functionnal tests to the pfw.Adrien M2015-04-241-0/+42
This patch adds functionnal test to the PFW. The execution of these tests needs the test-subsystem to be compiled. The tests can be launch with 'make test'. We set the environment vars in the cmake. Then we launch ACTCampaignEngine.py. Temporary files like build time conf files are placed on the build directory. Next steps : - Test-subsystem needs to be reworked (with binding python). Signed-off-by: Adrien M <adrienx.martin@intel.com>