~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/Makefile.am

Merging stdize-code with main trunk.

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 \
140
141
        alter_table \
141
142
        bench_count_distinct \
 
143
        bulk_replace \
 
144
        comment_column2 \
 
145
        comment_table \
 
146
        comments \
 
147
        consistent_snapshot \
142
148
        count_distinct \
143
149
        count_distinct2 \
144
150
        count_distinct3 \
 
151
        create_select_tmp \
145
152
        ctype_filename \
146
153
        delete \
147
154
        distinct \
 
155
        drizzleslap \
148
156
        endspace \
149
157
        flush2 \
 
158
        func_equal \
 
159
        func_group_innodb \
 
160
        func_isnull \
150
161
        func_like \
 
162
                                func_math \
151
163
        greedy_optimizer \
152
164
        group_min_max_innodb \
153
165
        heap_auto_increment \
167
179
        key_primary \
168
180
        keywords \
169
181
        lock \
 
182
        limit \
170
183
        lock_tables_lost_commit \
171
 
        mysqlslap \
172
184
        overflow \
 
185
        rollback \
173
186
        select \
174
187
        subselect \
175
188
        subselect3 \
178
191
        tablelock \
179
192
        type_newdecimal \
180
193
        unsafe_binlog_innodb \
181
 
        update
 
194
        update \
 
195
        variables-notembedded