Skip to content
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

Add minimal example projects for testing #11

Open
3 of 7 tasks
cbourjau opened this issue Feb 20, 2019 · 0 comments
Open
3 of 7 tasks

Add minimal example projects for testing #11

cbourjau opened this issue Feb 20, 2019 · 0 comments

Comments

@cbourjau
Copy link
Owner

cbourjau commented Feb 20, 2019

It would be great to add some minimal example projects to this repository on which we could run CI as well as work to figure out some corner cases. Project configurations which come to mind are:

  • Simple binary (cargo new --bin mybin)
  • Simple library (cargo new --lib mylib)
  • Library with one binary
  • Library with several binaries
  • Library with examples to be run with cargo run --example myexample
  • Library with benchmarks (would be very helpful for Does not work with cargo bench #9 )
  • Project with a workspace, libraries, and binaries

There are probably more...

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

No branches or pull requests

1 participant