~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/Makefile.am

  • Committer: Brian Aker
  • Date: 2008-09-04 19:31:00 UTC
  • Revision ID: brian@tangent.org-20080904193100-l849hgghfy4urj43
Changing default character set from this point on.

Show diffs side-by-side

added added

removed removed

Lines of Context:
137
137
test-drizzle:
138
138
          $(PERL) -I$(top_srcdir)/tests/lib \
139
139
                $(top_srcdir)/tests/test-run.pl --fast --reorder --force \
140
 
        1st \
141
140
        alter_table \
142
141
        bench_count_distinct \
143
 
        bigint \
144
 
        binlog_index \
145
 
        bulk_replace \
146
 
        comment_column \
147
 
        comment_column2 \
148
 
        comment_index \
149
 
        comment_table \
150
 
        comments \
151
 
        commit_1innodb \
152
 
        compare \
153
 
        consistent_snapshot \
154
 
        constraints \
 
142
                                bulk_replace \
 
143
                                comment_column2 \
 
144
                                comments \
 
145
                                consistent_snapshot \
155
146
        count_distinct \
156
147
        count_distinct2 \
157
148
        count_distinct3 \
158
 
        create_select_tmp \
 
149
                                create_select_tmp \
159
150
        ctype_filename \
160
 
        date_formats \
 
151
                                ctype_hebrew \
161
152
        delete \
162
153
        distinct \
163
 
        drizzleslap \
164
 
        empty_table \
165
154
        endspace \
166
155
        flush2 \
167
 
        func_compress \
168
 
        func_concat \
169
 
        func_crc32 \
170
 
        func_date_add \
171
 
        func_default \
172
 
        func_equal \
173
 
        func_gconcat \
174
 
        func_group \
175
 
        func_group_innodb \
176
 
        func_if \
177
 
        func_in \
178
 
        func_isnull \
179
156
        func_like \
180
 
        func_math \
181
 
        func_misc \
182
 
        func_op \
183
 
        func_sapdb \
184
 
        func_str \
185
 
        func_time \
186
 
        func_weight_string \
187
157
        greedy_optimizer \
188
 
        group_by \
189
158
        group_min_max_innodb \
190
 
        having \
191
 
        heap \
192
159
        heap_auto_increment \
193
160
        heap_btree \
194
 
        heap_hash \
195
161
        heap_var \
196
162
        information_schema \
197
 
        innodb_autoinc_lock_mode_zero \
198
 
        innodb_mysql \
199
 
        innodb_notembedded \
200
 
        innodb_trx_weight \
201
163
        innodb-lock \
202
164
        innodb-semi-consistent \
203
165
        innodb_timeout_rollback \
204
166
        insert \
205
 
        insert_select \
206
 
        insert_update \
207
167
        join \
208
168
        join_crash \
209
169
        join_nested \
210
170
        join_outer \
211
171
        join_outer_innodb \
212
 
        key \
213
172
        key_diff \
214
173
        key_primary \
215
174
        keywords \
216
 
        kill \
217
175
        lock \
218
 
        limit \
219
176
        lock_tables_lost_commit \
220
 
        main.myisam-blob \
221
 
        main.myisam-system \
222
 
        mysqldump-compat \
223
 
        mysqldump-max \
224
 
        order_by \
225
 
        order_fill_sortbuf \
226
 
        overflow \
227
 
        parser \
228
 
        parser_bug21114_innodb \
229
 
        parser_precedence \
230
 
        pool_of_threads \
231
 
        range \
232
 
        replace \
233
 
        rollback \
234
 
        round \
235
 
        row \
236
 
        rowid_order_innodb \
237
 
        schema \
 
177
        mysqlslap \
 
178
        overflow \
238
179
        select \
239
180
        subselect \
240
181
        subselect3 \
241
182
        subselect_innodb \
242
183
        sum_distinct \
243
 
        synchronization \
244
184
        tablelock \
245
 
        type_blob \
246
 
        type_date \
247
 
        type_datetime \
248
 
        type_float \
249
185
        type_newdecimal \
250
 
        type_ranges \
251
 
        type_time \
252
 
        type_timestamp \
253
 
        type_uint \
254
 
        type_varchar \
255
186
        unsafe_binlog_innodb \
256
 
        update \
257
 
        variables-notembedded
258
 
          $(PERL) -I$(top_srcdir)/tests/lib \
259
 
                $(top_srcdir)/tests/test-run.pl --fast --reorder --force \
260
 
                --suite=vcol
 
187
        update