[Groonga-mysql-commit] mroonga/mroonga [fix-for-visual-studio] [test][wrapper] also convert include files. refs #1195

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Oct 4 10:33:48 JST 2012


Kouhei Sutou	2011-12-27 15:05:27 +0900 (Tue, 27 Dec 2011)

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

  Log:
    [test][wrapper] also convert include files. refs #1195

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

  Modified: test/run-sql-test.sh (+3 -1)
===================================================================
--- test/run-sql-test.sh    2011-12-27 14:49:18 +0900 (4bbd0a0)
+++ test/run-sql-test.sh    2011-12-27 15:05:27 +0900 (eab028f)
@@ -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
-------------- next part --------------
HTML����������������������������...
Download 



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