1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2025-01-18 20:11:20 +00:00

doc: update coding guide with APK rebuild info

Update the Contributing/Code section with instruction to rebuild the UI
automation APK if the corresponding source has been update.
This commit is contained in:
setrofim 2021-09-28 05:56:20 +01:00 committed by Marc Bonnici
parent 284cc60b00
commit c023b9859c

View File

@ -47,6 +47,10 @@ submitting a pull request:
- If significant additions have been made to the framework, unit - If significant additions have been made to the framework, unit
tests should be added to cover the new functionality. tests should be added to cover the new functionality.
- If modifications have been made to the UI Automation source of a workload, the
corresponding APK should be rebuilt and submitted as part of the same pull
request. This can be done via the ``build.sh`` script in the relevant
``uiauto`` subdirectory.
- If modifications have been made to documentation (this includes description - If modifications have been made to documentation (this includes description
attributes for Parameters and Extensions), documentation should be built to attributes for Parameters and Extensions), documentation should be built to
make sure no errors or warning during build process, and a visual inspection make sure no errors or warning during build process, and a visual inspection