Files
zstd-rs/contrib/declib/BUCK
T
Carl Woffenden d760e35ebc Preparing to run tests
Combine script more robust and can output to a specified file. Initial buck files added (work in progress).
2019-08-25 22:49:01 +02:00

12 lines
248 B
Python

sh_test(
name='combine',
visibility=['PUBLIC'],
test='combine.sh',
args=[
'-r', '../../lib',
'-r', '../../lib/common',
'-r', '../../lib/decompress',
'-o', 'zstddeclib.c',
'zstddeclib-in.c']
)