~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to Makefile.am

  • Committer: Brian Aker
  • Date: 2008-07-05 19:24:24 UTC
  • mfrom: (53.2.8 codestyle)
  • Revision ID: brian@tangent.org-20080705192424-3uslywtteymm7xqy
First pass of removing BIT_TYPE

Show diffs side-by-side

added added

removed removed

Lines of Context:
76
76
        cd mysql-test ; \
77
77
            @PERL@ ./mysql-test-run.pl $(force) --mysqld=--binlog-format=statement
78
78
 
79
 
test:   test-ns test-pr
 
79
test: test-drizzle
 
80
 
 
81
test-old:       test-ns test-pr
80
82
 
81
83
test-full:      test test-nr test-ps
82
84
 
162
164
        $(MAKE) force=--force test-pr \
163
165
            test-binlog-statement test-ext test-fast-view \
164
166
                test-fast-cursor 
 
167
 
 
168
test-drizzle:
 
169
        cd mysql-test ; \
 
170
         @PERL@ ./mysql-test-run.pl --fast --reorder --force \
 
171
                join_crash \
 
172
                join_nested \
 
173
                join_outer_innodb \
 
174
                delete \
 
175
                join_outer \
 
176
                join \
 
177
                subselect \
 
178
                insert \
 
179
                select \
 
180
                update \
 
181
                information_schema \
 
182
                mysqlslap \
 
183
                lock \
 
184
                lock_tables_lost_commit