You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ cargo test
warning: output filename collision.
The example target `info_core` in package `ocl-core v0.11.1 (ocl/ocl-core)` has the same output filename as the example target `info_core` in package `ocl v0.19.2 (ocl/ocl)`.
Colliding filename is: ocl/target/debug/examples/info_core
The targets should have unique names.
Consider changing their names to be unique or compiling them separately.
This may become a hard error in the future; see <https://github.com/rust-lang/cargo/issues/6313>.
warning: output filename collision.
The example target `trivial` in package `ocl-core v0.11.1 (ocl/ocl-core)` has the same output filename as the example target `trivial` in package `ocl v0.19.2 (ocl/ocl)`.
Colliding filename is: ocl/target/debug/examples/trivial
The targets should have unique names.
Consider changing their names to be unique or compiling them separately.
This may become a hard error in the future; see <https://github.com/rust-lang/cargo/issues/6313>.
I'm assuming they're required to test OpenGL interop to some extent, but I can't say I'm experienced enough to know whether there's a way to run tests without them.
cargo test
gives me warnings:Also the testsuite requires a lot of packages:
And
Do we really need to install sdl, glfw, wayland to run tests?
The text was updated successfully, but these errors were encountered: