Navigation Menu

Skip to content

Commit

Permalink
test: update list of files
Browse files Browse the repository at this point in the history
  • Loading branch information
kenhys committed Sep 27, 2012
1 parent 1f4638a commit a801908
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/sql/suite/mroonga_storage/r/files.am
Expand Up @@ -17,6 +17,10 @@ result_files = \
column_date_without_index.result \
column_datetime_with_fractional_seconds_with_index.result \
column_datetime_with_fractional_seconds_without_index.result \
column_datetime_without_fractional_seconds_2038.result \
column_datetime_without_fractional_seconds_before_unix_epoch.result \
column_datetime_without_fractional_seconds_max.result \
column_datetime_without_fractional_seconds_null.result \
column_datetime_without_fractional_seconds_out_of_range.result \
column_datetime_without_fractional_seconds_with_index.result \
column_datetime_without_fractional_seconds_without_index.result \
Expand Down
4 changes: 4 additions & 0 deletions test/sql/suite/mroonga_storage/t/files.am
Expand Up @@ -17,6 +17,10 @@ test_files = \
column_date_without_index.test \
column_datetime_with_fractional_seconds_with_index.test \
column_datetime_with_fractional_seconds_without_index.test \
column_datetime_without_fractional_seconds_2038.test \
column_datetime_without_fractional_seconds_before_unix_epoch.test \
column_datetime_without_fractional_seconds_max.test \
column_datetime_without_fractional_seconds_null.test \
column_datetime_without_fractional_seconds_out_of_range.test \
column_datetime_without_fractional_seconds_with_index.test \
column_datetime_without_fractional_seconds_without_index.test \
Expand Down

0 comments on commit a801908

Please sign in to comment.