mirror of
https://github.com/facebook/zstd.git
synced 2025-12-05 00:03:19 -05:00
Combine script more robust and can output to a specified file. Initial buck files added (work in progress).
6 lines
92 B
Python
6 lines
92 B
Python
cxx_test(
|
|
name='simple',
|
|
srcs=['simple.c'],
|
|
deps=['//contrib/declib:combine']
|
|
)
|