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

6 lines
92 B
Python

cxx_test(
name='simple',
srcs=['simple.c'],
deps=['//contrib/declib:combine']
)