updated docs

This commit is contained in:
Joseph Henry
2016-12-08 13:14:12 -08:00
parent 946fddd04c
commit c7d3fb5d75
25 changed files with 194 additions and 242 deletions

9
docs/tests.md Normal file
View File

@@ -0,0 +1,9 @@
Testing
======
To build the API unit tests:
- `make tests`
All necessary binaries and scripts will be built and copied into `build/tests`.
Running `build/tests/test.sh` will execute the automatic API unit tests.