Home
last modified time | relevance | path

Searched defs:test_sources (Results 1 – 1 of 1) sorted by relevance

/external/vixl/third_party/android/
Dgenerate_android_mk.py57 test_sources = glob.glob(os.path.join(dir_root, 'test', '*.cc')) variable
58 test_sources = map(lambda p : os.path.relpath(p, dir_root), test_sources) variable