Navigation Menu

Skip to content

Commit

Permalink
[test] update files.
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Sep 28, 2011
1 parent 60afe05 commit 9df6ba9
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
10 changes: 9 additions & 1 deletion test/sql/groonga_storage/r/Makefile.am
Expand Up @@ -15,7 +15,10 @@ EXTRA_DIST = \
flush_logs.result \
fulltext_insert_select.result \
fulltext_insert_values.result \
fulltext_multiple_index.result \
fulltext_not_match_against.result \
fulltext_parser_comment.result \
fulltext_parser_default.result \
fulltext_search_ascii.result \
fulltext_search_japanese.result \
geometry_contains.result \
Expand All @@ -42,5 +45,10 @@ EXTRA_DIST = \
show_create_table.result \
show_table_status.result \
tinyint.result \
update.result \
update_by_last_insert_grn_id.result \
update_fulltext.result \
update_id_hash_index.result \
update_id_unique_hash_index.result \
update_int.result \
update_virtual_column.result \
$(NULL)
10 changes: 9 additions & 1 deletion test/sql/groonga_storage/t/Makefile.am
Expand Up @@ -15,7 +15,10 @@ EXTRA_DIST = \
flush_logs.test \
fulltext_insert_select.test \
fulltext_insert_values.test \
fulltext_multiple_index.test \
fulltext_not_match_against.test \
fulltext_parser_comment.test \
fulltext_parser_default.test \
fulltext_search_ascii.test \
fulltext_search_japanese.test \
geometry_contains.test \
Expand All @@ -42,5 +45,10 @@ EXTRA_DIST = \
show_create_table.test \
show_table_status.test \
tinyint.test \
update.test \
update_by_last_insert_grn_id.test \
update_fulltext.test \
update_id_hash_index.test \
update_id_unique_hash_index.test \
update_int.test \
update_virtual_column.test \
$(NULL)

0 comments on commit 9df6ba9

Please sign in to comment.