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

(c2rust-analyze/tests) Add tests for string literals and casts #838

Merged
merged 3 commits into from
Feb 16, 2023

Commits on Feb 16, 2023

  1. (c2rust-analyze/tests) Rename {lighttpd => analyze}.rs to match `…

    …filecheck.rs` and in preparation for other analyze-only tests.
    kkysen committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    2a9fa7b View commit details
    Browse the repository at this point in the history
  2. (c2rust-analyze/tests) Add tests for string literals and casts. The…

    …y're `cfg`ed off as they're not yet supported.
    kkysen committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    722d54b View commit details
    Browse the repository at this point in the history
  3. (c2rust-analyze/tests) Find the c2rust-analyze binary to run dire…

    …ctly, rather than going through `cargo` again.
    
    Skipping going through `cargo` makes the tests run much faster,
    but more importantly, prevents them from competing for the `target/` lock,
    which caused issues in CI on macOS sometimes.
    It's also a bit simpler now, not needing to go through `cargo`.
    kkysen committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    275679b View commit details
    Browse the repository at this point in the history