Lines Matching refs:tests
10 ## Unit tests
12 Currently, unit tests exist for various core components and utilities. Since
16 In order to write new tests, add a test source file under the test directory in
17 the appropriate subdirectory. e.g. `util/tests`. Then, add the file to the
21 Unit tests can be built and executed using `run_tests.sh`.
23 ## PAL implementation tests
25 PAL implementation tests verify implementations of PAL interfaces adhere to the
29 necessary dependencies. The source code is in the files under `pal/tests/src`
32 In order to run PAL tests, run: `run_pal_impl_tests.sh`. Note that there are
33 also PAL unit tests in the same directory. The unit tests are added to the
34 `GOOGLETEST_SRCS` target while PAL tests are added to the
52 The Context Hub Qualification Test Suite (CHQTS) tests perform end-to-end