commit | 65b37faf1e5fef75f644c39946f3f6ffdd2b41d6 | [log] [tgz] |
---|---|---|
author | William A. Kennington III <wak@google.com> | Thu Jan 31 15:15:17 2019 -0800 |
committer | Andrew Geissler <geissonator@yahoo.com> | Mon Feb 04 21:24:04 2019 +0000 |
tree | dc4bb329b9f7aed6ed583d354c99623c79981526 | |
parent | 3939e95996f645863102037e29e0111e61a00d73 [diff] |
scripts/unit-test: Support running tests only By default we will still run all of the checks so that our CI coverage is still sane. However, this will make it possible for developers to trivially run just the test cases of the project for faster turnaround time for developing. Just set TEST_ONLY=1 in your environment to skip all of the slow checks like valgrind / coverage / clang-tidy. Tested: Ran under an autotools build and meson build to verify that the behavior is still as expected. Change-Id: I0b420e1c3e779863b90288ce72fc056400226734 Signed-off-by: William A. Kennington III <wak@google.com>
Build script for CI jobs in Jenkins.