Navigation Menu

Skip to content

Commit

Permalink
install plugin for testing.
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Sep 13, 2010
1 parent 4b65299 commit fedf586
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/run-sql-test.sh
Expand Up @@ -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)

0 comments on commit fedf586

Please sign in to comment.