~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to Makefile.am

  • Committer: Monty Taylor
  • Date: 2008-07-09 16:42:25 UTC
  • mto: (77.6.1 glibclient-merge)
  • mto: This revision was merged to the branch mainline in revision 112.
  • Revision ID: monty@inaugust.com-20080709164225-2r6n4j98nhxh031l
Moved test to tests... 

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
                        extra \
26
26
                        libdrizzle client storage plugin \
27
27
                        sql \
28
 
                        test support-files
 
28
                        tests support-files
29
29
 
30
30
DIST_SUBDIRS =          $(SUBDIRS) mysys/tests strings/tests
31
31
 
56
56
# making sure each user use different ports.
57
57
 
58
58
test-ps:
59
 
        cd test ; \
 
59
        cd tests ; \
60
60
            @PERL@ ./drizzle-test-run.pl $(force) --ps-protocol --mysqld=--binlog-format=mixed
61
61
 
62
62
test-nr:
63
 
        cd test ; \
 
63
        cd tests ; \
64
64
            @PERL@ ./drizzle-test-run.pl $(force) --mysqld=--binlog-format=row
65
65
 
66
66
test-pr:
67
 
        cd test ; \
 
67
        cd tests ; \
68
68
            @PERL@ ./drizzle-test-run.pl $(force) $(mem) --ps-protocol --mysqld=--binlog-format=row
69
69
 
70
70
test-ns:
71
 
        cd test ; \
 
71
        cd tests ; \
72
72
            @PERL@ ./drizzle-test-run.pl $(force) $(mem) --mysqld=--binlog-format=mixed
73
73
 
74
74
test-binlog-statement:
75
 
        cd test ; \
 
75
        cd tests ; \
76
76
            @PERL@ ./drizzle-test-run.pl $(force) --mysqld=--binlog-format=statement
77
77
 
78
78
test: test-drizzle
92
92
        $(MAKE) force=--force mem=--mem test
93
93
 
94
94
test-bt:
95
 
        -cd test ; MTR_BUILD_THREAD=auto \
 
95
        -cd tests ; MTR_BUILD_THREAD=auto \
96
96
            @PERL@ ./drizzle-test-run.pl --force --comment=funcs1_ps --ps-protocol --suite=funcs_1
97
 
        -cd test ; MTR_BUILD_THREAD=auto \
 
97
        -cd tests ; MTR_BUILD_THREAD=auto \
98
98
            @PERL@ ./drizzle-test-run.pl --force --comment=funcs2 --suite=funcs_2
99
 
        -cd test ; MTR_BUILD_THREAD=auto \
 
99
        -cd tests ; MTR_BUILD_THREAD=auto \
100
100
            @PERL@ ./drizzle-test-run.pl --force --comment=rpl --suite=rpl
101
101
        -if [ -d test/suite/nist ] ; then \
102
 
          cd test ; MTR_BUILD_THREAD=auto \
 
102
          cd tests ; MTR_BUILD_THREAD=auto \
103
103
              @PERL@ ./drizzle-test-run.pl --comment=NIST+normal --force --suite=nist ; \
104
104
        fi
105
105
        -if [ -d test/suite/nist ] ; then \
106
 
          cd test ; MTR_BUILD_THREAD=auto \
 
106
          cd tests ; MTR_BUILD_THREAD=auto \
107
107
              @PERL@ ./drizzle-test-run.pl --comment=NIST+ps --force --suite=nist --ps-protocol ; \
108
108
        fi
109
 
        -cd test ; MTR_BUILD_THREAD=auto \
 
109
        -cd tests ; MTR_BUILD_THREAD=auto \
110
110
            @PERL@ ./drizzle-test-run.pl --force --comment=stress --suite=stress
111
111
 
112
112
# Re-enable the "jp" suite when bug#28563 is fixed
113
 
#       -cd test ; MTR_BUILD_THREAD=auto \
 
113
#       -cd tests ; MTR_BUILD_THREAD=auto \
114
114
#           @PERL@ ./drizzle-test-run.pl --force --comment=jp --suite=jp
115
115
 
116
116
test-bt-debug:
117
 
        -cd test ; MTR_BUILD_THREAD=auto \
 
117
        -cd tests ; MTR_BUILD_THREAD=auto \
118
118
            @PERL@ ./drizzle-test-run.pl --comment=debug  --force --timer \
119
119
                --skip-rpl --report-features
120
120
 
126
126
test-force-full-pl: test-force-full
127
127
 
128
128
test-ext-funcs:
129
 
        cd test ; \
 
129
        cd tests ; \
130
130
            @PERL@ ./drizzle-test-run.pl --force --suite=funcs_1 ; \
131
131
            @PERL@ ./drizzle-test-run.pl --force --suite=funcs_2
132
132
 
133
133
test-ext-rpl:
134
 
        cd test ; \
 
134
        cd tests ; \
135
135
            @PERL@ ./drizzle-test-run.pl --force --suite=rpl
136
136
 
137
137
test-ext-jp:
138
 
        cd test ; \
 
138
        cd tests ; \
139
139
            @PERL@ ./drizzle-test-run.pl --force --suite=jp
140
140
 
141
141
test-ext-stress:
142
 
        cd test ; \
 
142
        cd tests ; \
143
143
            @PERL@ ./drizzle-test-run.pl --force --big-test --suite=stress
144
144
 
145
145
test-ext:       test-ext-funcs test-ext-rpl test-ext-jp test-ext-stress
146
146
 
147
147
test-fast:
148
 
        cd test ; \
 
148
        cd tests ; \
149
149
            @PERL@ ./drizzle-test-run.pl $(subset) --force --skip-innodb --skip-im --skip-rpl ; \
150
150
            @PERL@ ./drizzle-test-run.pl $(subset) --force --suite=funcs_1 --do-test=myisam ; \
151
151
            @PERL@ ./drizzle-test-run.pl $(subset) --force --suite=stress --do-test=ddl_myisam 
165
165
                test-fast-cursor 
166
166
 
167
167
test-drizzle:
168
 
        cd test ; \
 
168
        cd tests ; \
169
169
        @PERL@ ./drizzle-test-run.pl --fast --reorder --force \
170
170
                join_crash \
171
171
                join_nested \