Searched refs:test_source_files (Results 1 – 3 of 3) sorted by relevance
133 test_source_files = set([]) variable141 test_source_files = test_source_files | set( variable145 for f in test_source_files:
11 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))))
65 test_source_files = glob.glob(os.path.join(common_codegen.repo_relative('tests'), '*.cpp')) variable722 val_tests = ValidationTests(test_source_files)