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 := $(subst /,., $(basename $(test_source_files)))
121 proc RunLLVMTests { test_source_files } { argument138 foreach test $test_source_files {