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
+1 -1
View File
@@ -3,6 +3,6 @@
Create the file using the shell script:
```
cd zstd/contrib/declib
./combine.sh -r "../../lib ../../lib/common ../../lib/decompress" zstddeclib-in.c > zstddeclib.c
./combine.sh -r ../../lib -r ../../lib/common -r ../../lib/decompress -o zstddeclib.c zstddeclib-in.c
```
Then add the resulting file to your project (see the [test sources](tests) for examples).