~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/Makefile.am

  • Committer: Brian Aker
  • Date: 2009-01-21 23:38:47 UTC
  • mto: This revision was merged to the branch mainline in revision 801.
  • Revision ID: brian@tangent.org-20090121233847-jzjpp910j73ch3tw
Factor test-run for binlog removal

Show diffs side-by-side

added added

removed removed

Lines of Context:
108
108
# will then calculate the various port numbers it needs from this,
109
109
# making sure each user use different ports.
110
110
 
111
 
test-nr:
112
 
        cd tests ; \
113
 
          $(TEST_RUN) $(force) --mysqld=--binlog-format=row
114
 
 
115
 
test-ns:
116
 
        cd tests ; \
117
 
          $(TEST_RUN) $(force) $(mem) --mysqld=--binlog-format=mixed
118
 
 
119
 
test-binlog-statement:
120
 
        cd tests ; \
121
 
          $(TEST_RUN) $(force) --mysqld=--binlog-format=statement
122
 
 
123
111
test: test-drizzle
124
112
 
125
113
# Please keep the list of tests in alphabetical order for ease of
126
114
# maintenance and verification
127
115
 
128
116
test-drizzle:
129
 
          $(TEST_RUN) --fast --reorder --force --suite=main,vcol
 
117
          $(TEST_RUN) --fast --force --suite=main,vcol
130
118
 
131
119
distclean-local:
132
120
        rm -rf var