commit | a3a1cdc299fbeee366fee925dc08fa3eaf8b63f2 | [log] [tgz] |
---|---|---|
author | Emily Shaffer <emilyshaffer@google.com> | Mon Jun 24 14:13:05 2019 -0700 |
committer | Emily Shaffer <emilyshaffer@google.com> | Tue Jun 25 18:04:27 2019 -0700 |
tree | 25d92178316e98a266c64710e2322c3798c0b1e7 | |
parent | b5248c957371de5a3dcb5d052007ad369afb6689 [diff] |
docs: add initial testing.md outline Add a new piece of documentation, intended to be a tutorial on running, writing, and reviewing unit tests for the CI suite. Outline the sections to be written in some detail (subject to change). There are a handful of methods for running the CI, foremost by using Docker or by building the OpenBMC SDK. This tutorial will cover the Docker method, as it is most similar to what the Jenkins bot does, and most consistent across platforms. Tested: Viewed markdown file in Chrome. Change-Id: Ic98c02bc8f4dc6eaf4e7d1432422cdd934862548
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
.