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

Run cargo test -p c2rust-analyze in CI #608

Closed
Tracked by #477
kkysen opened this issue Aug 12, 2022 · 0 comments · Fixed by #771
Closed
Tracked by #477

Run cargo test -p c2rust-analyze in CI #608

kkysen opened this issue Aug 12, 2022 · 0 comments · Fixed by #771
Assignees

Comments

@kkysen
Copy link
Contributor

kkysen commented Aug 12, 2022

cargo test --package c2rust-analyze is currently not run in CI as it needs FileCheck and FileCheck is not available by default on Ubuntu 18 and Debian 10.

Blocked on:

@kkysen kkysen self-assigned this Aug 12, 2022
@kkysen kkysen changed the title cargo test -p c2rust-analyze in CI Run cargo test -p c2rust-analyze in CI Aug 12, 2022
kkysen added a commit that referenced this issue Jan 26, 2023
- Fixes #608.

Depends on:
- #770
- #799

Once #770 lands, `FileCheck` will be installed everywhere, so we can
finally re-enable the `c2rust-analyze` tests, which use `FileCheck`, in
CI. This is getting increasingly important as we more rapidly work on
`c2rust-analyze`.
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

Successfully merging a pull request may close this issue.

1 participant