1#!/usr/bin/env bash 2 3# Setup LD_LIBRARY_PATH for ITs 4# shellcheck source=/dev/null 5source test_profile 6 7# Run all tests with invocation feature (enables JavaVM ITs) 8cargo test --features=invocation 9