This repository was archived by the owner on Jul 6, 2019. It is now read-only.
This repository was archived by the owner on Jul 6, 2019. It is now read-only.
Make the tests possible #1
Closed
Description
All ioreg access is wrapped in VolatileCell, so it should be simple to provide ioreg mocks in tests. It's however not possible to build zinc with --test
, as rust-core conflicts with std.
A way to fix that is to drop rust-core and use bare minimum from libstd, so that native builds without no_std
are possible.