Searched refs:test_dat (Results 1 – 1 of 1) sorted by relevance
/external/lz4/tests/ |
D | test-lz4-versions.py | 23 test_dat = 'test_dat' variable 67 shutil.copy2(base_dir + '/' + test_dat_src, tmp_dir + '/' + test_dat) 100 proc(['./lz4c.' + tag, '-1fz', test_dat, test_dat + '_1_64_' + tag + '.lz4']) 101 proc(['./lz4c.' + tag, '-9fz', test_dat, test_dat + '_9_64_' + tag + '.lz4']) 102 proc(['./lz4c32.' + tag, '-1fz', test_dat, test_dat + '_1_32_' + tag + '.lz4']) 103 proc(['./lz4c32.' + tag, '-9fz', test_dat, test_dat + '_9_32_' + tag + '.lz4']) 146 if not filecmp.cmp(dec, test_dat):
|