fetch_ml/scripts/testing
Jeremie Fraeys 4730f82236
feat(scripts/testing): support both C++ and Rust native libraries in Redis tests
Update test-native-with-redis.sh to detect and use both native implementations:

- Extend library detection to check both native/build/ (C++) and native_rust/target/release/ (Rust)

- Default to building Rust libraries if neither found (make rust-build)

- Check for .so (Linux) and .dylib (macOS) extensions for both implementations
2026-03-23 15:22:29 -04:00
..
gen-ssh-test-keys.sh feat: add TUI SSH usability testing infrastructure 2026-02-18 17:48:02 -05:00
test-native-with-redis.sh feat(scripts/testing): support both C++ and Rust native libraries in Redis tests 2026-03-23 15:22:29 -04:00
test-prod.sh chore: migrate scripts from docker-compose v1 to v2 2026-03-04 13:22:26 -05:00
tui-ssh-test.sh chore: migrate scripts from docker-compose v1 to v2 2026-03-04 13:22:26 -05:00