Test reform #169
Labels
➕ improvement
Chores and fixes: the small things.
🔧 infra
Project infrastructure, meta, dev-ex, etc.
P-medium
Medium priority
📜 tracking
Tracking issue: an issue full of other issues
what
Tracking issue for
cargo t
showing all green.The idea is that you should be able to clone this repo, run
nix develop
and thencargo t
and have all the tests run and pass.Specifically:
stdout
/stderr
output from the testscargo t
should run in <10ssingle_test
, etc. support labelscrate::init() -> impl InstructionInterpreter
(or something like that)steps
The first step is to get all the tests passing.
Doing this on a crate by crate basis, taking the opportunity to do some test related cleanup as we go:
application-support
(no tests, currently)baseline-sim
()benches
()cargo t
but not actually measureddevice-support
()isa
()macros
(no tests, currently)os
()shims
()test-infrastructure
()traits
()The text was updated successfully, but these errors were encountered: