Searched refs:test_source_files (Results 1 – 2 of 2) sorted by relevance
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)