Preparing to run tests

Combine script more robust and can output to a specified file. Initial buck files added (work in progress).
This commit is contained in:
Carl Woffenden
2019-08-25 22:49:01 +02:00
parent 36a59336da
commit d760e35ebc
6 changed files with 65 additions and 18 deletions
+5
View File
@@ -0,0 +1,5 @@
cxx_test(
name='simple',
srcs=['simple.c'],
deps=['//contrib/declib:combine']
)