Kouhei Sutou
null+****@clear*****
Mon Jan 26 21:47:47 JST 2015
Kouhei Sutou 2015-01-26 21:47:47 +0900 (Mon, 26 Jan 2015) New Revision: 574634a349ea51f9985d94f435cbd19d7ea3bbfe https://github.com/groonga/groonga/commit/574634a349ea51f9985d94f435cbd19d7ea3bbfe Message: test: export library load related environment variable for groonga-httpd Modified files: test/command/run-test.sh Modified: test/command/run-test.sh (+4 -0) =================================================================== --- test/command/run-test.sh 2015-01-26 21:16:35 +0900 (e157534) +++ test/command/run-test.sh 2015-01-26 21:47:47 +0900 (fa45f79) @@ -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 -------------- next part -------------- HTML����������������������������...ダウンロード