~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/Makefile.am

  • Committer: arjen at com
  • Date: 2008-08-25 13:26:34 UTC
  • mto: This revision was merged to the branch mainline in revision 371.
  • Revision ID: arjen@lentz.com.au-20080825132634-yh2563i3xvltoavx
Initial mods for making all tests work again. Some tests adapted+added.
List of tests in Makefile now alphabetically sorted, dups removed.

Show diffs side-by-side

added added

removed removed

Lines of Context:
131
131
 
132
132
test: test-drizzle
133
133
 
 
134
# Please keep the list of tests in alphabetical order for ease of
 
135
# maintenance and verification
 
136
 
134
137
test-drizzle:
135
138
          $(PERL) -I$(top_srcdir)/tests/lib \
136
139
                $(top_srcdir)/tests/test-run.pl --fast --reorder --force \
137
 
          alter_table \
138
 
                count_distinct \
139
 
                count_distinct2 \
140
 
                endspace \
141
 
          join_crash \
142
 
          join_nested \
143
 
          join_outer_innodb \
144
 
          delete \
145
 
          join_outer \
146
 
          distinct \
147
 
          type_newdecimal \
148
 
          heap_auto_increment \
149
 
          heap_btree \
150
 
          heap_var \
151
 
          join \
152
 
          subselect \
153
 
          subselect3 \
154
 
          subselect_innodb \
155
 
          insert \
156
 
          select \
157
 
          update \
158
 
          information_schema \
159
 
          mysqlslap \
160
 
          lock \
161
 
          unsafe_binlog_innodb \
162
 
          innodb-semi-consistent \
163
 
          innodb_timeout_rollback \
164
 
          count_distinct2 \
165
 
          count_distinct3 \
166
 
          ctype_filename \
167
 
          endspace \
168
 
          innodb-lock \
169
 
          lock_tables_lost_commit \
170
 
          key_diff \
171
 
          keywords \
172
 
          overflow \
173
 
          sum_distinct
 
140
        alter_table \
 
141
        bench_count_distinct \
 
142
        count_distinct \
 
143
        count_distinct2 \
 
144
        count_distinct3 \
 
145
        ctype_filename \
 
146
        delete \
 
147
        distinct \
 
148
        endspace \
 
149
        flush2 \
 
150
        func_like \
 
151
        greedy_optimizer \
 
152
        group_min_max_innodb \
 
153
        heap_auto_increment \
 
154
        heap_btree \
 
155
        heap_var \
 
156
        information_schema \
 
157
        innodb-lock \
 
158
        innodb-semi-consistent \
 
159
        innodb_timeout_rollback \
 
160
        insert \
 
161
        join \
 
162
        join_crash \
 
163
        join_nested \
 
164
        join_outer \
 
165
        join_outer_innodb \
 
166
        key_diff \
 
167
        key_primary \
 
168
        keywords \
 
169
        lock \
 
170
        lock_tables_lost_commit \
 
171
        mysqlslap \
 
172
        overflow \
 
173
        select \
 
174
        subselect \
 
175
        subselect3 \
 
176
        subselect_innodb \
 
177
        sum_distinct \
 
178
        tablelock \
 
179
        type_newdecimal \
 
180
        unsafe_binlog_innodb \
 
181
        update