Kouhei Sutou
null+****@clear*****
Thu Jul 31 22:10:08 JST 2014
Kouhei Sutou 2014-07-31 22:10:08 +0900 (Thu, 31 Jul 2014) New Revision: aa312c2fe7c7da9712ca632d79de54460cff5566 https://github.com/groonga/groonga-normalizer-mysql/commit/aa312c2fe7c7da9712ca632d79de54460cff5566 Message: test: support local groonga-command-parser Modified files: .gitignore test/run-test.sh Modified: .gitignore (+1 -0) =================================================================== --- .gitignore 2014-07-31 22:09:46 +0900 (aeea647) +++ .gitignore 2014-07-31 22:10:08 +0900 (be709dc) @@ -29,6 +29,7 @@ cmake_install.cmake /groonga-normalizer-mysql.pc /test/grntest /test/groonga-command +/test/groonga-command-parser /test/tmp /packages/*.tar.gz /packages/apt/tmp/* Modified: test/run-test.sh (+2 -0) =================================================================== --- test/run-test.sh 2014-07-31 22:09:46 +0900 (bfde54b) +++ test/run-test.sh 2014-07-31 22:10:08 +0900 (d5530fd) @@ -95,6 +95,7 @@ else fi groonga_command_dir="$BASE_DIR/groonga-command" +groonga_command_parser_dir="$BASE_DIR/groonga-command-parser" have_targets="false" use_gdb="false" @@ -145,6 +146,7 @@ fi $RUBY \ -I "$grntest_dir/lib" \ -I "$groonga_command_dir/lib" \ + -I "$groonga_command_parser_dir/lib" \ "$grntest_dir/bin/grntest" \ --groonga "$GROONGA" \ --groonga-httpd "$GROONGA_HTTPD" \ -------------- next part -------------- HTML����������������������������... Descargar