commit | f00a443c847e97d42ee802d9575f5915d8edba4a | [log] [tgz] |
---|---|---|
author | Silvestrs Timofejevs <silvestrst@lowrisc.org> | Tue Mar 30 17:53:34 2021 +0100 |
committer | Silvestrs Timofejevs <silvestrst@lowrisc.org> | Fri Apr 23 09:06:10 2021 +0100 |
tree | 8e919c7717163da9b9ca4c8550516bfc90b6fe08 | |
parent | 5f774224baebe150c0a2f79e3b970005b6a8392d [diff] |
[sw, rom_ext_signer] Add testing option to invoke_cargo.sh Without this change there is no way of triggering rust unittests from the build - and instead it had to be done manually by `cd` into the directory with the `Cargo.toml` and calling `cargo test --workspace`. - This solution is by no means ideal, but should be enough for now. - We SHOULD eventually come back to it and completely reassess how cargo builds are triggered. To trigger a test build additionally to a production build, set `CARGO_TEST=1` environment variable: `CARGO_TEST=1 ninja -C build-out` Signed-off-by: Silvestrs Timofejevs <silvestrst@lowrisc.org>
OpenTitan is an open source silicon Root of Trust (RoT) project. OpenTitan will make the silicon RoT design and implementation more transparent, trustworthy, and secure for enterprises, platform providers, and chip manufacturers. OpenTitan is administered by lowRISC CIC as a collaborative project to produce high quality, open IP for instantiation as a full-featured product. See the OpenTitan site and OpenTitan docs for more information about the project.
This repository contains hardware, software and utilities written as part of the OpenTitan project. It is structured as monolithic repository, or “monorepo”, where all components live in one repository. It exists to enable collaboration across partners participating in the OpenTitan project.
The project contains comprehensive documentation of all IPs and tools. You can access it online at docs.opentitan.org.
Have a look at CONTRIBUTING for guidelines on how to contribute code to this repository.
Unless otherwise noted, everything in this repository is covered by the Apache License, Version 2.0 (see LICENSE for full text).