JohnTitor / ctest2

Automatic testing of FFI bindings for Rust
https://crates.io/crates/ctest2
Apache License 2.0
22 stars 20 forks source link

Add a config default for QNX 7.0 #52

Closed samkearney closed 1 year ago

samkearney commented 1 year ago

I am adding std support for QNX 7.0, a previous release of QNX Neutrino RTOS, and using ctest2 to test necessary changes to libc.

See for reference:

samkearney commented 1 year ago

I don't think the CI failures are related to my change, I think it's because of a new warning on nightly. See https://github.com/rust-lang/rust/pull/109732