slint/tests/driver/cpp
Olivier Goffart dd3d738774 C++ test: use the libslint_cpp.so from the deps folder
For some reason, The cargo test for the cpp driver test puts the
libslint_cpp.so library in the `deps` foilder, in addition to the
cdynlib which is generated in the normal target folder. So we end
up with two .so.

We need to have the cpp lib as a dependency because its metadata give us the
metadata on where to find the headers.
Ideally it should be an artifact dependency but this is not yet existing

Since cargo sets the LD_LIBRARY_PATH or the PATH env variable when
running the test, running the runtime built binaries work by taking
the library that is in the deps folder.
2022-04-13 10:37:37 +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 Update copyright information to reflect name change 2022-02-09 10:27:47 +01:00
main.rs Update copyright information to reflect name change 2022-02-09 10:27:47 +01:00