Combine script more robust and can output to a specified file. Initial buck files added (work in progress).
12 lines
248 B
Python
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']
|
|
)
|