commit | 00a553df9c0e01f01cd6761fcd9e7eb390545cd4 | [log] [tgz] |
---|---|---|
author | Emily Shaffer <emilyshaffer@google.com> | Tue Jun 25 17:59:09 2019 -0700 |
committer | Emily Shaffer <emilyshaffer@google.com> | Tue Jun 25 18:35:59 2019 -0700 |
tree | 2528cf1aee2b06fe4e9779b7a6464616aa48d5df | |
parent | 7a4ebde330d44114ccd85aa0c668b3c84c531335 [diff] |
doc: add writing test chapter to testing.md Add a tutorial on writing a new test, based on writing unit tests for sensorhandler.hpp - specifically GetSdrReq, as it's a good candidate for unit testing. Included is a nonexhaustive list of testing best practices. More best practices are always welcome. Tested: Viewed testing.md with Chrome builtin Markdown interpreter Change-Id: I418af8f972a5a0ff36b786cda6fdf9b6b308e8d5 Signed-off-by: Emily Shaffer <emilyshaffer@google.com>
To build this package, do the following steps:
1. ./bootstrap.sh 2. ./configure ${CONFIGURE_FLAGS} 3. make
To clean the repository run ./bootstrap.sh clean
.