Comment construire Android CTS? Et comment ajouter et exécuter votre cas de test?

2) Go to the tools director of CTS SDK android- cts/tools

3) Run the tradefed script file ./cts-tradefed

4) Execute the CTS command run cts -m <module_name>

ref: https://stackoverflow.com/questions/2824015/how-to-build-android-cts-and-how-to-add-and-run-your-test-case
DreamCoder