~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/Makefile.am

  • Committer: Jay Pipes
  • Date: 2008-09-09 20:10:57 UTC
  • mto: (383.2.4 fix-failing-tests)
  • mto: This revision was merged to the branch mainline in revision 386.
  • Revision ID: jay@mysql.com-20080909201057-3qkgcxqaps2s58y9
Re-enabled a number of passing tests from 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 \
142
143
        bulk_replace \
153
154
        drizzleslap \
154
155
        endspace \
155
156
        flush2 \
 
157
        func_equal \
 
158
        func_group_innodb \
 
159
        func_isnull \
156
160
        func_like \
157
161
        greedy_optimizer \
158
162
        group_min_max_innodb \
175
179
        lock \
176
180
        lock_tables_lost_commit \
177
181
        overflow \
 
182
        rollback \
178
183
        select \
179
184
        subselect \
180
185
        subselect3 \
183
188
        tablelock \
184
189
        type_newdecimal \
185
190
        unsafe_binlog_innodb \
186
 
        update
 
191
        update \
 
192
        variables-notembedded