commit | f99712c65ecd1c5eed92b58a1dc5ec9a2c42db6f | [log] [tgz] |
---|---|---|
author | Joey Armstrong <joey@opennetworking.org> | Thu Jun 01 17:04:38 2023 -0400 |
committer | Joey Armstrong <joey@opennetworking.org> | Thu Jun 01 17:04:38 2023 -0400 |
tree | 5523061056da55e606456350a84e7caa9cf32597 | |
parent | b98dfe8efa14013b2ccc4192ec62a28281d1d417 [diff] |
Missing quote was courtesy of is-tty lacking trailing semi-colon. Refactor test report paths into vars to shorten coverage command line and have named files to for clean target to remove Change-Id: I30bed3351f69aee67167ca13dba71bad7357928d
BBSim is managed via a Makefile
, plese run the following command to display all the available targets
make help
More advanced documentation lives in here.
You can generate and browse the documentation by executing:
make docs
This project structure is based on golang-standards/project-layout.