~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to Makefile.am

  • Committer: Brian Aker
  • Date: 2009-06-13 07:07:28 UTC
  • mfrom: (1061.1.3 merge-all)
  • Revision ID: brian@gaz-20090613070728-5wvt0vrz945a9toj
MergeĀ forĀ STaging

Show diffs side-by-side

added added

removed removed

Lines of Context:
208
208
EXTRA_DIST+=    ${man_MANS}
209
209
 
210
210
.PHONY: test \
211
 
    test-force \
212
 
    test-full \
213
 
    test-force-full \
214
 
    test-force-mem \
215
 
    test-pl \
216
 
    test-force-pl \
217
 
    test-full-pl \
218
 
    test-force-full-pl \
219
 
    test-force-pl-mem \
220
 
    test-ps test-nr \
221
 
    test-pr test-ns \
222
 
    test-binlog-statement \
223
 
    test-ext-funcs \
224
 
    test-ext-rpl \
225
 
    test-ext-jp \
226
 
    test-ext-stress \
227
 
    test-ext \
228
 
    test-fast \
229
 
    test-fast-cursor \
230
 
    test-fast-view \
231
 
    test-full-qa \
232
211
    indent
233
212
 
234
213
# Target 'test' will run the regression test suite using the built server.
239
218
# will then calculate the various port numbers it needs from this,
240
219
# making sure each user use different ports.
241
220
 
242
 
test-nr:
243
 
        cd tests ; \
244
 
          ./test-run $(force) --mysqld=--binlog-format=row
245
 
 
246
 
test-ns:
247
 
        cd tests ; \
248
 
          ./test-run $(force) $(mem) --mysqld=--binlog-format=mixed
249
 
 
250
 
test-binlog-statement:
251
 
        cd tests ; \
252
 
          ./test-run $(force) --mysqld=--binlog-format=statement
253
 
 
254
221
test: test-drizzle
255
222
 
 
223
test-all:
 
224
        cd tests ; \
 
225
        $(MAKE) $(AM_MAKEFLAGS) test-all
 
226
 
256
227
test-drizzle:
257
228
        cd tests ; \
258
229
        $(MAKE) $(AM_MAKEFLAGS) test-drizzle