Navigation Menu

Skip to content

Commit

Permalink
[test][wrapper] also convert include files. refs #1195
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Dec 27, 2011
1 parent d0467b1 commit d675e3d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/run-sql-test.sh
Expand Up @@ -97,7 +97,9 @@ if ! test -d "${groonga_wrapper_innodb_test_suite_dir}"; then
\"ENGINE=groonga\\\1 COMMENT='ENGINE \\\"InnoDB\\\"'\")
" \
${groonga_wrapper_innodb_test_suite_dir}/r/*.result \
${groonga_wrapper_innodb_test_suite_dir}/t/*.test
${groonga_wrapper_innodb_test_suite_dir}/t/*.test \
${groonga_wrapper_innodb_test_suite_dir}/include/*.inc \
${build_test_include_dir}/innodb_*.inc # over our work. :<
sed -i'' \
-e '1 i --source include/have_groonga.inc' \
${groonga_wrapper_innodb_test_suite_dir}/t/*.test
Expand Down

0 comments on commit d675e3d

Please sign in to comment.