slint/tests/driver/cpp
Simon Hausmann 9c08fda888 Ensure the C++ test binaries find the right libslint_cpp
Don't rely on `cargo test`  setting the library search path environment for the dynamic linker.

As per https://doc.rust-lang.org/cargo/reference/environment-variables.html#dynamic-library-paths
PATH/LD_LIBRARY_PATH/etc. are set to include `target/debug` and "deps",
but this is documented to be a legacy feature.
2022-04-13 11:37:12 +02:00
..
build.rs C++ test: use the libslint_cpp.so from the deps folder 2022-04-13 10:37:37 +02:00
Cargo.toml Bump version number to 0.2.2 2022-03-10 08:48:33 +00:00
cppdriver.rs Ensure the C++ test binaries find the right libslint_cpp 2022-04-13 11:37:12 +02:00
main.rs Update copyright information to reflect name change 2022-02-09 10:27:47 +01:00