This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
zhangyang-libzt/docs/tests.md

9 lines
215 B
Markdown
Raw Normal View History

2016-08-29 14:47:28 -07:00
Testing
2016-12-08 13:14:12 -08:00
======
2016-08-29 14:47:28 -07:00
To build the API unit tests:
- `make tests`
All necessary binaries and scripts will be built and copied into `build/tests`.
2016-12-08 13:14:12 -08:00
Running `build/tests/test.sh` will execute the automatic API unit tests.