Searched refs:run_tests (Results 1 – 5 of 5) sorted by relevance
19 run_tests = ${REPO_ROOT}/system/chre/run_tests.sh -b
5 * run_tests.sh: The main entry to run test cases. Using different51 4. `system/libufdt/tests/run_tests.sh`
19 COMMON_SRCS += $(CHRE_PREFIX)/test/common/run_tests.cc
180 def run_tests(tests: List[str]) -> bool: function199 run_tests(tests)
24 Unit tests can be built and executed using `run_tests.sh`.