Lines Matching full:tests
18 """TestSuite for running native Android tests."""
32 """A test suite for running native aka C/C++ tests on device."""
57 logger.SilentLog("Tests source %s" % source_list)
59 # Host tests are under out/host/<os>-<arch>/bin.
61 logger.SilentLog("Host tests %s" % host_list)
63 # Target tests are under $ANDROID_PRODUCT_OUT/system/bin.
66 logger.SilentLog("Target tests %s" % target_list)
103 """For each directory, find tests source file and add them to the list.
113 test_list: Where new tests should be inserted.
125 """Filter out from the sources list missing tests.
133 sources: List of tests source path.