Manishearth / compiletest-rs

An extraction of the compiletest utility from the Rust compiler
Apache License 2.0
216 stars 59 forks source link

Add optional preprocessing before FileCheck #278

Closed tamird closed 1 year ago

tamird commented 1 year ago

This allows us to implement tests in https://github.com/aya-rs/bpf-linker that invoke bpftool on our object files, and then run FileCheck on the output.

tamird commented 1 year ago

Thanks! @Manishearth could you cut a release with this?

Manishearth commented 1 year ago

Since it's a test dep are you okay depending on the git side for a while? I'm trying to not spend too much time maintaining this now that clippy doesn't use it.

tamird commented 1 year ago

Yep, no problem.