[Groonga-mysql-commit] mroonga/mroonga [fix-for-visual-studio] install plugin for testing.

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Oct 4 10:21:42 JST 2012


Kouhei Sutou	2010-09-13 11:20:28 +0900 (Mon, 13 Sep 2010)

  New Revision: fedf5865c9e49a12f11ac2363171b8062ce5a885
  https://github.com/mroonga/mroonga/commit/fedf5865c9e49a12f11ac2363171b8062ce5a885

  Log:
    install plugin for testing.

  Modified files:
    test/run-sql-test.sh

  Modified: test/run-sql-test.sh (+4 -0)
===================================================================
--- test/run-sql-test.sh    2010-09-13 11:10:33 +0900 (8714320)
+++ test/run-sql-test.sh    2010-09-13 11:20:28 +0900 (e1030dd)
@@ -13,10 +13,14 @@ local_groonga_mysql_test_suite_dir="${BASE_DIR}/sql"
 mysql_test_dir="${MYSQL_BUILD}/mysql-test"
 test_suites_dir="${mysql_test_dir}/suite"
 groonga_mysql_test_suite_dir="${test_suites_dir}/${test_suite_name}"
+plugins_dir="${MYSQL_BUILD}/lib/mysql/plugin"
 
 if ! test -e "${groonga_mysql_test_suite_dir}"; then
     ln -s "${local_groonga_mysql_test_suite_dir}" \
 	"${groonga_mysql_test_suite_dir}"
 fi
+
+make -C ${top_dir} install-pluginLTLIBRARIES plugindir=${plugins_dir}
+
 (cd "$mysql_test_dir" && \
     ./mysql-test-run.pl --suite="${test_suite_name}" --force)
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-mysql-commit mailing list
Back to archive index