Skip to content
This repository has been archived by the owner on Apr 11, 2021. It is now read-only.

Use utest without xargo? #3

Open
MathiasKoch opened this issue Jul 11, 2019 · 1 comment
Open

Use utest without xargo? #3

MathiasKoch opened this issue Jul 11, 2019 · 1 comment

Comments

@MathiasKoch
Copy link

Hi.

Is there a way of using this crate for unit testing (either emulated or on real hardware, preferably both) without the use of xargo?

I am using RTFM on a stm32l4 processor, and would very much like to be able to run unit tests in my no_std environment.

@ghost
Copy link

ghost commented Feb 24, 2020

Hello there!

Personally, I recommend using the "cargo-xbuild" crate. It offers all of the most used Cargo commands and tends to be a drop-in replacement for Xargo.

Just "cargo install cargo-xbuild" and with it comes "cargo xtest, "cargo xcheck, and "cargo xbuild" among other things.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant