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
Currently, users need to manually set LD_LIBRARY_PATH and LIBRARY_PATH and compile the mini-core crate via ./y.sh test --mini-tests before they can run cargo test.
I originally thought about documenting this, but I find it better to just create a command that will do this automatically.
The text was updated successfully, but these errors were encountered:
antoyo
changed the title
Improve documentation about "cargo test" to mention that LIBRARY_PATH and LD_LIBRARY_PATH should be set
Create a y.sh command for the tests that are currently ran via "cargo test"
May 9, 2025
Currently, users need to manually set
LD_LIBRARY_PATH
andLIBRARY_PATH
and compile themini-core
crate via./y.sh test --mini-tests
before they can runcargo test
.I originally thought about documenting this, but I find it better to just create a command that will do this automatically.
The text was updated successfully, but these errors were encountered: