Home
last modified time | relevance | path

Searched refs:test_source_files (Results 1 – 2 of 2) sorted by relevance

/external/robolectric-shadows/
Drun_robolectric_module_tests.mk11 test_source_files := $(call find-files-in-subdirs, $(test_source_directory), "*Test.java", .)
13 test_source_files := $(filter-out org/robolectric/shadows/SQLiteCursorTest.java, $(test_source_file…
19 test_class_names := $(sort $(subst /,., $(basename $(test_source_files))))
/external/vulkan-validation-layers/scripts/
Dvk_validation_stats.py65 test_source_files = glob.glob(os.path.join(common_codegen.repo_relative('tests'), '*.cpp')) variable
722 val_tests = ValidationTests(test_source_files)