Lines Matching refs:acts
9 - The **acts** directory stores the source code and configuration files of ACTS test cases. The A…
10 - The **tools** software package stores the test case development framework related to **acts**.
33 ├── acts # Test code
101 1. Access the **test/xts/acts** repository where the test cases will be stored.
104 ├── acts
169 suite_name = "acts"
178 4. Add build options to the **BUILD.gn** file in the **acts** directory.
180 …You need to add the test module to the **test/xts/acts/build\_lite/BUILD.gn** script in the **acts…
183 lite_component("acts") {
188 "//xts/acts/subsystem_lite/module_hal:ActsDemoTest"
226 1. Access the **test/xts/acts** repository where the test cases will be stored.
229 ├── acts
301 suite_name = "acts"
317 4. Add build options to the **BUILD.gn** file in the **acts** directory.
319 …Add the test module to the **test/xts/acts/build\_lite/BUILD.gn** script in the **acts** directory.
322 lite_component("acts") {
327 "//xts/acts/subsystem_lite/module_posix:ActsDemoTest"
339 …dently built to an executable file \(.bin\) and archived in the **suites\\acts** directory of the …