-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
mdbook test
#69
Comments
That would be a good addition, though I am more inclined to use For the implementation, does rustdoc have a Rust API or should I use |
well, I would assume a top-level
It does have a Rust API, but it's hard to use given that it's not on crates.io. I would at least start with If we end up being able to put librustdoc up on crates.io in the future, doing it that way might be more robust, but at least you can know that everyone who has Rust installed with have |
You are right ;) When using |
You'd use regular shell things, I guess. Btw I mentioned this to @achrichto this evening and he confirmed Command is the way to go. On Dec 11, 2015, 18:30 -0500, Mathieu [email protected], wrote:
|
For now, we will do this find/xargs stuff, until https://github.com/azerupi/mdBook/issues/69 happens
This would be a subcommand that runs
rustdoc --test
on each of the source files and reports what happened.The text was updated successfully, but these errors were encountered: