diff --git a/test/test.sh b/test/test.sh index eb5906e..21a679c 100755 --- a/test/test.sh +++ b/test/test.sh @@ -2,6 +2,8 @@ # Add missing import export LD_LIBRARY_PATH="../target/release:../target/debug" +# MacOS +export DYLD_LIBRARY_PATH="../target/debug:../target/debug" # Compile the C test file gcc test_print_pretty.c -L ../target/release -L ../target/debug -lbat_c -o test_print_pretty