aboutsummaryrefslogtreecommitdiffstats
path: root/testapps/testProjectTest
Commit message (Collapse)AuthorAgeFilesLines
* Fix emma for split projects.Xavier Ducrohet2012-06-146-32/+42
| | | | | | | | | | | | | The location of the .em file was wrong. Changing its location means it gets put in the tested project so we need a way to know where the output of the project is. As we need to be better at supporting customized projects folder, we introduce a new task that will be able to look for the customized path of any projects. So far we only support the output folder and the source folder. Change-Id: Id8db82e254baae2088827c96b7719f94c92c927c
* Manifest merger in Ant build.Xavier Ducrohet2012-04-204-20/+17
| | | | | | | This merges the manifest of the libraries into the application's manifest. Change-Id: I425e7b75f71d3f50c6422cdb62bb5ec6811ce99d
* Fix "ant test" + misc clean up / reorganization of build.xmlXavier Ducrohet2012-04-1625-14/+604
| | | | | | | | | | | | | | | | - Split NewSetupTask in several tasks to make things more flexible. Particularly this allows more targets to get access to the project type (app, lib, test, ...) as it's not so computive intensive. - Fix test project to give them access to the full tested project's classpath. - Fix support for projects that test themselves. - Make sure library projects are instrumented when using the emma target. Change-Id: Ia0c9564eacee2521e7cbd5154b8a85ea287ad4fd
* Updated test apps for the SDK.Xavier Ducrohet2012-03-281-0/+0
| | | | | | | | | - added buildconfigtest - removed libWithLibTest which is redundant with libsAndJarTest - updated libsAndJarTest to have lib1 depend on lib2. - Added COMPILE_AND_RUN for test apps that must be run. Change-Id: If57a684826a04c0821932edd71e9970b0eb92f4b
* Add new test projects.Xavier Ducrohet2012-03-0231-0/+467
- test for User Library usage - test for test project with library. Change-Id: I49b7d4702937f634a1df907af327a979af09f227