Skip to content

Commit

Permalink
Fix test for macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
kojix2 committed Aug 5, 2024
1 parent 2389d39 commit 5df67cb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5df67cb

Please sign in to comment.