~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/Makefile.am

Merged from Toru - removal of my_time_t.

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
PRESCRIPTS =            test-run.pl stress-test.pl
24
24
noinst_SCRIPTS =        $(GENSCRIPTS) $(PRESCRIPTS)
25
25
CLEANFILES =            $(GENSCRIPTS) mtr
 
26
DISTCLEANFILES =        var
26
27
noinst_PROGRAMS =       resolve_stack_dump
27
28
resolve_stack_dump_SOURCES = resolve_stack_dump.cc
28
29
 
39
40
EXTRA_DIST = \
40
41
        $(EXTRA_SCRIPTS) \
41
42
        suite \
42
 
        ${srcdir}/t \
 
43
        ${srcdir}/t/*.test \
 
44
        ${srcdir}/t/*.opt \
43
45
        ${srcdir}/extra/rpl_tests/*.test \
44
46
        ${srcdir}/extra/binlog_tests/*.test \
45
47
        ${srcdir}/include/*.inc \
53
55
        ${srcdir}/std_data/*.000001 \
54
56
        ${srcdir}/std_data/des_key_file \
55
57
        ${srcdir}/std_data/*.pem \
56
 
        ${srcdir}/std_data/*.txt \
57
58
        ${srcdir}/std_data/*.frm \
58
59
        ${srcdir}/std_data/*.MY* \
59
60
        ${srcdir}/std_data/*.cnf \
68
69
        $(RM) -f mtr dtr
69
70
        $(LN_S) ${top_srcdir}/tests/test-run.pl mtr
70
71
        $(LN_S) ${top_srcdir}/tests/test-run.pl dtr
71
 
        $(mkdir_p) ${top_builddir}/tests/var
 
72
        $(MKDIR_P) ${top_builddir}/tests/var
72
73
 
73
74
# test-run - a shortcut for executing test-run.pl
74
75
test-run:
108
109
# will then calculate the various port numbers it needs from this,
109
110
# making sure each user use different ports.
110
111
 
 
112
test-nr:
 
113
        cd tests ; \
 
114
          $(TEST_RUN) $(force) --mysqld=--binlog-format=row
 
115
 
 
116
test-ns:
 
117
        cd tests ; \
 
118
          $(TEST_RUN) $(force) $(mem) --mysqld=--binlog-format=mixed
 
119
 
 
120
test-binlog-statement:
 
121
        cd tests ; \
 
122
          $(TEST_RUN) $(force) --mysqld=--binlog-format=statement
 
123
 
111
124
test: test-drizzle
112
125
 
113
126
# Please keep the list of tests in alphabetical order for ease of
114
127
# maintenance and verification
115
128
 
116
129
test-drizzle:
117
 
          $(TEST_RUN) --fast --force --suite=main,vcol
118
 
 
119
 
distclean-local:
120
 
        rm -rf var
 
130
          $(TEST_RUN) --fast --reorder --force --suite=main,vcol