Lines Matching refs:dec
133 for dec in glob.glob("*.dec"):
134 os.remove(dec)
139 proc(['./lz4c.' + tag, '-df', lz4, lz4 + '_d64_' + tag + '.dec'])
140 proc(['./lz4c32.' + tag, '-df', lz4, lz4 + '_d32_' + tag + '.dec'])
143 # Compare all '.dec' files with test_dat
144 decs = glob.glob('*.dec')
145 for dec in decs:
146 if not filecmp.cmp(dec, test_dat):
147 print('ERR : ' + dec)
150 print('OK : ' + dec)
151 os.remove(dec)