Searched refs:testFilePaths (Results 1 – 1 of 1) sorted by relevance
/external/lz4/tests/ |
D | test-lz4-speed.py | 203 def test_commit(branch, commit, last_commit, args, testFilePaths, have_mutt, have_mail): argument 220 for filePath in testFilePaths: 260 testFilePaths = [] variable 264 testFilePaths.append(os.path.abspath(fileName)) 283 print("testFilePath(%s)=%s" % (len(testFilePaths), testFilePaths)) 340 … test_commit(branch, commit, last_commit, args, testFilePaths, have_mutt, have_mail)
|