~ubuntu-branches/ubuntu/precise/mysql-5.1/precise

« back to all changes in this revision

Viewing changes to storage/ndb/test/ndbapi/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Norbert Tretkowski
  • Date: 2010-03-17 14:56:02 UTC
  • Revision ID: james.westby@ubuntu.com-20100317145602-x7e30l1b2sb5s6w6
Tags: upstream-5.1.45
ImportĀ upstreamĀ versionĀ 5.1.45

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Copyright (C) 2004-2006 MySQL AB
 
2
 
3
# This program is free software; you can redistribute it and/or modify
 
4
# it under the terms of the GNU General Public License as published by
 
5
# the Free Software Foundation; version 2 of the License.
 
6
 
7
# This program is distributed in the hope that it will be useful,
 
8
# but WITHOUT ANY WARRANTY; without even the implied warranty of
 
9
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
10
# GNU General Public License for more details.
 
11
 
12
# You should have received a copy of the GNU General Public License
 
13
# along with this program; if not, write to the Free Software
 
14
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 
15
 
 
16
SUBDIRS = bank
 
17
 
 
18
ndbtest_PROGRAMS = \
 
19
flexBench \
 
20
drop_all_tabs \
 
21
create_all_tabs \
 
22
create_tab \
 
23
flexAsynch \
 
24
flexBench \
 
25
flexHammer \
 
26
flexTT \
 
27
testBackup \
 
28
testBasic \
 
29
testBasicAsynch \
 
30
testBlobs \
 
31
testDataBuffers \
 
32
testDict \
 
33
testIndex \
 
34
testMgm \
 
35
testNdbApi \
 
36
testNodeRestart \
 
37
testOIBasic \
 
38
testOperations \
 
39
testRestartGci \
 
40
testScan \
 
41
testInterpreter \
 
42
testScanFilter \
 
43
testScanInterpreter \
 
44
testScanPerf \
 
45
testSystemRestart \
 
46
testTimeout \
 
47
testTransactions \
 
48
testDeadlock \
 
49
test_event ndbapi_slow_select testReadPerf testLcp \
 
50
testPartitioning \
 
51
testBitfield \
 
52
DbCreate DbAsyncGenerator \
 
53
testSRBank \
 
54
test_event_merge \
 
55
testIndexStat \
 
56
testNDBT \
 
57
NdbRepStress
 
58
 
 
59
EXTRA_PROGRAMS = \
 
60
 test_event \
 
61
 test_event_merge \
 
62
 test_event_multi_table
 
63
#flexTimedAsynch
 
64
#testBlobs
 
65
#flex_bench_mysql
 
66
 
 
67
create_all_tabs_SOURCES = create_all_tabs.cpp
 
68
create_tab_SOURCES = create_tab.cpp
 
69
drop_all_tabs_SOURCES = drop_all_tabs.cpp
 
70
flexAsynch_SOURCES = flexAsynch.cpp
 
71
flexBench_SOURCES = flexBench.cpp
 
72
flexHammer_SOURCES = flexHammer.cpp
 
73
flexTT_SOURCES = flexTT.cpp
 
74
#flexTimedAsynch_SOURCES = flexTimedAsynch.cpp
 
75
#flex_bench_mysql_SOURCES = flex_bench_mysql.cpp
 
76
testBackup_SOURCES = testBackup.cpp
 
77
testBasic_SOURCES = testBasic.cpp
 
78
testBasicAsynch_SOURCES = testBasicAsynch.cpp
 
79
testBlobs_SOURCES = testBlobs.cpp
 
80
testDataBuffers_SOURCES = testDataBuffers.cpp
 
81
testDict_SOURCES = testDict.cpp
 
82
testIndex_SOURCES = testIndex.cpp
 
83
testMgm_SOURCES = testMgm.cpp
 
84
testNdbApi_SOURCES = testNdbApi.cpp
 
85
testNodeRestart_SOURCES = testNodeRestart.cpp
 
86
testOIBasic_SOURCES = testOIBasic.cpp
 
87
testOperations_SOURCES = testOperations.cpp
 
88
testRestartGci_SOURCES = testRestartGci.cpp
 
89
testScan_SOURCES = testScan.cpp ScanFunctions.hpp
 
90
testInterpreter_SOURCES = testInterpreter.cpp
 
91
testScanFilter_SOURCES = testScanFilter.cpp
 
92
testScanInterpreter_SOURCES = testScanInterpreter.cpp ScanFilter.hpp ScanInterpretTest.hpp 
 
93
testScanPerf_SOURCES = testScanPerf.cpp
 
94
testSystemRestart_SOURCES = testSystemRestart.cpp
 
95
testTimeout_SOURCES = testTimeout.cpp
 
96
testTransactions_SOURCES = testTransactions.cpp
 
97
testDeadlock_SOURCES = testDeadlock.cpp
 
98
test_event_SOURCES = test_event.cpp
 
99
ndbapi_slow_select_SOURCES = slow_select.cpp
 
100
testReadPerf_SOURCES = testReadPerf.cpp
 
101
testLcp_SOURCES = testLcp.cpp
 
102
testPartitioning_SOURCES = testPartitioning.cpp
 
103
testNDBT_SOURCES = testNDBT.cpp
 
104
testNDBT_LDADD = $(LDADD) $(top_srcdir)/libmysql_r/libmysqlclient_r.la
 
105
testBitfield_SOURCES = testBitfield.cpp
 
106
NdbRepStress_SOURCES = acrt/NdbRepStress.cpp
 
107
DbCreate_SOURCES = bench/mainPopulate.cpp bench/dbPopulate.cpp bench/userInterface.cpp bench/dbPopulate.h bench/userInterface.h bench/testData.h bench/testDefinitions.h bench/ndb_schema.hpp bench/ndb_error.hpp
 
108
DbAsyncGenerator_SOURCES = bench/mainAsyncGenerator.cpp bench/asyncGenerator.cpp bench/ndb_async2.cpp bench/dbGenerator.h bench/macros.h bench/userInterface.h bench/testData.h bench/testDefinitions.h bench/ndb_schema.hpp bench/ndb_error.hpp
 
109
testSRBank_SOURCES = testSRBank.cpp
 
110
test_event_merge_SOURCES = test_event_merge.cpp
 
111
test_event_multi_table_SOURCES = test_event_multi_table.cpp
 
112
testIndexStat_SOURCES = testIndexStat.cpp
 
113
 
 
114
INCLUDES_LOC = -I$(top_srcdir)/storage/ndb/include/kernel
 
115
 
 
116
include $(top_srcdir)/storage/ndb/config/common.mk.am
 
117
include $(top_srcdir)/storage/ndb/config/type_ndbapitest.mk.am
 
118
 
 
119
##testDict_INCLUDES = $(INCLUDES) -I$(top_srcdir)/ndb/include/kernel
 
120
##testIndex_INCLUDES = $(INCLUDES) -I$(top_srcdir)/ndb/include/kernel
 
121
##testSystemRestart_INCLUDES = $(INCLUDES) -I$(top_srcdir)/ndb/include/kernel
 
122
##testTransactions_INCLUDES = $(INCLUDES) -I$(top_srcdir)/ndb/include/kernel
 
123
NdbRepStress_INCLUDES = $(INCLUDES) -I$(top_srcdir)/ndb/test/include -I$(top_srcdir)/include
 
124
testBackup_LDADD = $(LDADD) bank/libbank.a
 
125
testSRBank_LDADD = bank/libbank.a $(LDADD) 
 
126
NdbRepStress_LDADD = $(LDADD) $(top_builddir)/libmysql_r/libmysqlclient_r.la
 
127
 
 
128
# Don't update the files from bitkeeper
 
129
%::SCCS/s.%
 
130
 
 
131
 
 
132
 
 
133
windoze-dsp: flexBench.dsp testBasic.dsp testBlobs.dsp \
 
134
             testScan.dsp
 
135
 
 
136
flexBench.dsp: Makefile \
 
137
               $(top_srcdir)/storage/ndb/config/win-prg.am \
 
138
               $(top_srcdir)/storage/ndb/config/win-name \
 
139
               $(top_srcdir)/storage/ndb/config/win-includes \
 
140
               $(top_srcdir)/storage/ndb/config/win-sources \
 
141
               $(top_srcdir)/storage/ndb/config/win-libraries
 
142
        cat $(top_srcdir)/storage/ndb/config/win-prg.am > $@
 
143
        @$(top_srcdir)/storage/ndb/config/win-name $@ flexBench
 
144
        @$(top_srcdir)/storage/ndb/config/win-includes $@ $(INCLUDES)
 
145
        @$(top_srcdir)/storage/ndb/config/win-sources $@ $(flexBench_SOURCES)
 
146
        @$(top_srcdir)/storage/ndb/config/win-libraries $@ LINK $(LDADD)
 
147
 
 
148
testBasic.dsp: Makefile \
 
149
               $(top_srcdir)/storage/ndb/config/win-prg.am \
 
150
               $(top_srcdir)/storage/ndb/config/win-name \
 
151
               $(top_srcdir)/storage/ndb/config/win-includes \
 
152
               $(top_srcdir)/storage/ndb/config/win-sources \
 
153
               $(top_srcdir)/storage/ndb/config/win-libraries
 
154
        cat $(top_srcdir)/storage/ndb/config/win-prg.am > $@
 
155
        @$(top_srcdir)/storage/ndb/config/win-name $@ testBasic
 
156
        @$(top_srcdir)/storage/ndb/config/win-includes $@ $(INCLUDES)
 
157
        @$(top_srcdir)/storage/ndb/config/win-sources $@ $(testBasic_SOURCES)
 
158
        @$(top_srcdir)/storage/ndb/config/win-libraries $@ LINK $(LDADD)
 
159
 
 
160
testOIBasic.dsp: Makefile \
 
161
               $(top_srcdir)/storage/ndb/config/win-prg.am \
 
162
               $(top_srcdir)/storage/ndb/config/win-name \
 
163
               $(top_srcdir)/storage/ndb/config/win-includes \
 
164
               $(top_srcdir)/storage/ndb/config/win-sources \
 
165
               $(top_srcdir)/storage/ndb/config/win-libraries
 
166
        cat $(top_srcdir)/storage/ndb/config/win-prg.am > $@
 
167
        @$(top_srcdir)/storage/ndb/config/win-name $@ testOIBasic
 
168
        @$(top_srcdir)/storage/ndb/config/win-includes $@ $(INCLUDES)
 
169
        @$(top_srcdir)/storage/ndb/config/win-sources $@ $(testOIBasic_SOURCES)
 
170
        @$(top_srcdir)/storage/ndb/config/win-libraries $@ LINK $(LDADD)
 
171
 
 
172
testBlobs.dsp: Makefile \
 
173
               $(top_srcdir)/storage/ndb/config/win-prg.am \
 
174
               $(top_srcdir)/storage/ndb/config/win-name \
 
175
               $(top_srcdir)/storage/ndb/config/win-includes \
 
176
               $(top_srcdir)/storage/ndb/config/win-sources \
 
177
               $(top_srcdir)/storage/ndb/config/win-libraries
 
178
        cat $(top_srcdir)/storage/ndb/config/win-prg.am > $@
 
179
        @$(top_srcdir)/storage/ndb/config/win-name $@ testBlobs
 
180
        @$(top_srcdir)/storage/ndb/config/win-includes $@ $(INCLUDES)
 
181
        @$(top_srcdir)/storage/ndb/config/win-sources $@ $(testBlobs_SOURCES)
 
182
        @$(top_srcdir)/storage/ndb/config/win-libraries $@ LINK $(LDADD)
 
183
 
 
184
testScan.dsp: Makefile \
 
185
               $(top_srcdir)/storage/ndb/config/win-prg.am \
 
186
               $(top_srcdir)/storage/ndb/config/win-name \
 
187
               $(top_srcdir)/storage/ndb/config/win-includes \
 
188
               $(top_srcdir)/storage/ndb/config/win-sources \
 
189
               $(top_srcdir)/storage/ndb/config/win-libraries
 
190
        cat $(top_srcdir)/storage/ndb/config/win-prg.am > $@
 
191
        @$(top_srcdir)/storage/ndb/config/win-name $@ testScan
 
192
        @$(top_srcdir)/storage/ndb/config/win-includes $@ $(INCLUDES)
 
193
        @$(top_srcdir)/storage/ndb/config/win-sources $@ $(testScan_SOURCES)
 
194
        @$(top_srcdir)/storage/ndb/config/win-libraries $@ LINK $(LDADD)
 
195
 
 
196