Navigation Menu

Skip to content

Commit

Permalink
test: export library load related environment variable for groonga-httpd
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Jan 26, 2015
1 parent c52820a commit 574634a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/command/run-test.sh
Expand Up @@ -42,6 +42,10 @@ GRN_RUBY_SCRIPTS_DIR="$top_dir/lib/mrb/scripts"
export GRN_RUBY_SCRIPTS_DIR

case `uname` in
Linux|*BSD)
LD_LIBRARY_PATH="$top_dir/lib/.libs:$LD_LIBRARY_PATH"
export LD_LIBRARY_PATH
;;
Darwin)
DYLD_LIBRARY_PATH="$top_dir/lib/.libs:$DYLD_LIBRARY_PATH"
export DYLD_LIBRARY_PATH
Expand Down

0 comments on commit 574634a

Please sign in to comment.