1 | # |
---|
2 | # POSIX Timing Teststuite |
---|
3 | # |
---|
4 | |
---|
5 | ACLOCAL_AMFLAGS = -I ../aclocal |
---|
6 | |
---|
7 | include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg |
---|
8 | include $(top_srcdir)/../automake/compile.am |
---|
9 | |
---|
10 | psxtm_tests = |
---|
11 | psxtm_screens = |
---|
12 | psxtm_docs = |
---|
13 | |
---|
14 | support_includes = -I$(top_srcdir)/../support/include |
---|
15 | |
---|
16 | if TEST_psxtmbarrier01 |
---|
17 | psxtm_tests += psxtmbarrier01 |
---|
18 | psxtm_docs += psxtmbarrier01/psxtmbarrier01.doc |
---|
19 | psxtmbarrier01_SOURCES = psxtmbarrier01/init.c \ |
---|
20 | ../tmtests/include/timesys.h ../support/src/tmtests_empty_function.c \ |
---|
21 | ../support/src/tmtests_support.c |
---|
22 | psxtmbarrier01_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_psxtmbarrier01) \ |
---|
23 | $(support_includes) -I$(top_srcdir)/../tmtests/include \ |
---|
24 | -DOPERATION_COUNT=$(OPERATION_COUNT) |
---|
25 | endif |
---|
26 | |
---|
27 | if TEST_psxtmbarrier02 |
---|
28 | psxtm_tests += psxtmbarrier02 |
---|
29 | psxtm_docs += psxtmbarrier02/psxtmbarrier02.doc |
---|
30 | psxtmbarrier02_SOURCES = psxtmbarrier02/init.c \ |
---|
31 | ../tmtests/include/timesys.h ../support/src/tmtests_empty_function.c \ |
---|
32 | ../support/src/tmtests_support.c |
---|
33 | psxtmbarrier02_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_psxtmbarrier02) \ |
---|
34 | $(support_includes) -I$(top_srcdir)/../tmtests/include \ |
---|
35 | -DOPERATION_COUNT=$(OPERATION_COUNT) |
---|
36 | endif |
---|
37 | |
---|
38 | if TEST_psxtmbarrier03 |
---|
39 | psxtm_tests += psxtmbarrier03 |
---|
40 | psxtm_docs += psxtmbarrier03/psxtmbarrier03.doc |
---|
41 | psxtmbarrier03_SOURCES = psxtmbarrier03/init.c \ |
---|
42 | ../tmtests/include/timesys.h ../support/src/tmtests_empty_function.c \ |
---|
43 | ../support/src/tmtests_support.c |
---|
44 | psxtmbarrier03_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_psxtmbarrier03) \ |
---|
45 | $(support_includes) -I$(top_srcdir)/../tmtests/include \ |
---|
46 | -DOPERATION_COUNT=$(OPERATION_COUNT) |
---|
47 | endif |
---|
48 | |
---|
49 | if TEST_psxtmbarrier04 |
---|
50 | psxtm_tests += psxtmbarrier04 |
---|
51 | psxtm_docs += psxtmbarrier04/psxtmbarrier04.doc |
---|
52 | psxtmbarrier04_SOURCES = psxtmbarrier04/init.c \ |
---|
53 | ../tmtests/include/timesys.h ../support/src/tmtests_empty_function.c \ |
---|
54 | ../support/src/tmtests_support.c |
---|
55 | psxtmbarrier04_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_psxtmbarrier04) \ |
---|
56 | $(support_includes) -I$(top_srcdir)/../tmtests/include \ |
---|
57 | -DOPERATION_COUNT=$(OPERATION_COUNT) |
---|
58 | endif |
---|
59 | |
---|
60 | if TEST_psxtmbarrierattr01 |
---|
61 | psxtm_tests += psxtmbarrierattr01 |
---|
62 | psxtm_docs += psxtmbarrierattr01/psxtmbarrierattr01.doc |
---|
63 | psxtmbarrierattr01_SOURCES = psxtmbarrierattr01/init.c \ |
---|
64 | ../tmtests/include/timesys.h ../support/src/tmtests_empty_function.c \ |
---|
65 | ../support/src/tmtests_support.c |
---|
66 | psxtmbarrierattr01_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_psxtmbarrierattr01) \ |
---|
67 | $(support_includes) -I$(top_srcdir)/../tmtests/include \ |
---|
68 | -DOPERATION_COUNT=$(OPERATION_COUNT) |
---|
69 | endif |
---|
70 | |
---|
71 | if TEST_psxtmcleanup01 |
---|
72 | psxtm_tests += psxtmcleanup01 |
---|
73 | psxtm_docs += psxtmcleanup01/psxtmcleanup01.doc |
---|
74 | psxtmcleanup01_SOURCES = psxtmcleanup01/init.c \ |
---|
75 | ../tmtests/include/timesys.h ../support/src/tmtests_empty_function.c \ |
---|
76 | ../support/src/tmtests_support.c |
---|
77 | psxtmcleanup01_CPPFLAGS = $(AM_CPPFLAGS) \ |
---|
78 | $(TEST_FLAGS_psxtmcleanup01) $(support_includes) \ |
---|
79 | -I$(top_srcdir)/../tmtests/include \ |
---|
80 | -DOPERATION_COUNT=$(OPERATION_COUNT) |
---|
81 | endif |
---|
82 | |
---|
83 | if TEST_psxtmclocknanosleep01 |
---|
84 | psxtm_tests += psxtmclocknanosleep01 |
---|
85 | psxtm_docs += psxtmclocknanosleep01/psxtmclocknanosleep01.doc |
---|
86 | psxtmclocknanosleep01_SOURCES = psxtmclocknanosleep01/init.c \ |
---|
87 | ../tmtests/include/timesys.h ../support/src/tmtests_empty_function.c \ |
---|
88 | ../support/src/tmtests_support.c |
---|
89 | psxtmclocknanosleep01_CPPFLAGS = $(AM_CPPFLAGS) \ |
---|
90 | $(TEST_FLAGS_psxtmclocknanosleep01) $(support_includes) \ |
---|
91 | -I$(top_srcdir)/../tmtests/include \ |
---|
92 | -DOPERATION_COUNT=$(OPERATION_COUNT) |
---|
93 | endif |
---|
94 | |
---|
95 | if TEST_psxtmclocknanosleep02 |
---|
96 | psxtm_tests += psxtmclocknanosleep02 |
---|
97 | psxtm_docs += psxtmclocknanosleep02/psxtmclocknanosleep02.doc |
---|
98 | psxtmclocknanosleep02_SOURCES = psxtmclocknanosleep02/init.c \ |
---|
99 | ../tmtests/include/timesys.h ../support/src/tmtests_empty_function.c \ |
---|
100 | ../support/src/tmtests_support.c |
---|
101 | psxtmclocknanosleep02_CPPFLAGS = $(AM_CPPFLAGS) \ |
---|
102 | $(TEST_FLAGS_psxtmclocknanosleep02) $(support_includes) \ |
---|
103 | -I$(top_srcdir)/../tmtests/include \ |
---|
104 | -DOPERATION_COUNT=$(OPERATION_COUNT) |
---|
105 | endif |
---|
106 | |
---|
107 | if TEST_psxtmclocknanosleep03 |
---|
108 | psxtm_tests += psxtmclocknanosleep03 |
---|
109 | psxtm_docs += psxtmclocknanosleep03/psxtmclocknanosleep03.doc |
---|
110 | psxtmclocknanosleep03_SOURCES = psxtmclocknanosleep03/init.c \ |
---|
111 | ../tmtests/include/timesys.h ../support/src/tmtests_empty_function.c \ |
---|
112 | ../support/src/tmtests_support.c |
---|
113 | psxtmclocknanosleep03_CPPFLAGS = $(AM_CPPFLAGS) \ |
---|
114 | $(TEST_FLAGS_psxtmclocknanosleep03) $(support_includes) \ |
---|
115 | -I$(top_srcdir)/../tmtests/include \ |
---|
116 | -DOPERATION_COUNT=$(OPERATION_COUNT) |
---|
117 | endif |
---|
118 | |
---|
119 | if TEST_psxtmcond01 |
---|
120 | psxtm_tests += psxtmcond01 |
---|
121 | psxtm_docs += psxtmcond01/psxtmcond01.doc |
---|
122 | psxtmcond01_SOURCES = psxtmcond01/init.c ../tmtests/include/timesys.h \ |
---|
123 | ../support/src/tmtests_empty_function.c \ |
---|
124 | ../support/src/tmtests_support.c |
---|
125 | psxtmcond01_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_psxtmcond01) \ |
---|
126 | $(support_includes) -I$(top_srcdir)/../tmtests/include \ |
---|
127 | -DOPERATION_COUNT=$(OPERATION_COUNT) |
---|
128 | endif |
---|
129 | |
---|
130 | if TEST_psxtmcond02 |
---|
131 | psxtm_tests += psxtmcond02 |
---|
132 | psxtm_docs += psxtmcond02/psxtmcond02.doc |
---|
133 | psxtmcond02_SOURCES = psxtmcond02/init.c ../tmtests/include/timesys.h \ |
---|
134 | ../support/src/tmtests_empty_function.c \ |
---|
135 | ../support/src/tmtests_support.c |
---|
136 | psxtmcond02_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_psxtmcond02) \ |
---|
137 | $(support_includes) -I$(top_srcdir)/../tmtests/include \ |
---|
138 | -DOPERATION_COUNT=$(OPERATION_COUNT) |
---|
139 | endif |
---|
140 | |
---|
141 | if TEST_psxtmcond03 |
---|
142 | psxtm_tests += psxtmcond03 |
---|
143 | psxtm_docs += psxtmcond03/psxtmcond03.doc |
---|
144 | psxtmcond03_SOURCES = psxtmcond03/init.c ../tmtests/include/timesys.h \ |
---|
145 | ../support/src/tmtests_empty_function.c \ |
---|
146 | ../support/src/tmtests_support.c |
---|
147 | psxtmcond03_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_psxtmcond03) \ |
---|
148 | $(support_includes) -I$(top_srcdir)/../tmtests/include \ |
---|
149 | -DOPERATION_COUNT=$(OPERATION_COUNT) |
---|
150 | endif |
---|
151 | |
---|
152 | if TEST_psxtmcond04 |
---|
153 | psxtm_tests += psxtmcond04 |
---|
154 | psxtm_docs += psxtmcond04/psxtmcond04.doc |
---|
155 | psxtmcond04_SOURCES = psxtmcond04/init.c ../tmtests/include/timesys.h \ |
---|
156 | ../support/src/tmtests_empty_function.c \ |
---|
157 | ../support/src/tmtests_support.c |
---|
158 | psxtmcond04_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_psxtmcond04) \ |
---|
159 | $(support_includes) -I$(top_srcdir)/../tmtests/include \ |
---|
160 | -DOPERATION_COUNT=$(OPERATION_COUNT) |
---|
161 | endif |
---|
162 | |
---|
163 | if TEST_psxtmcond05 |
---|
164 | psxtm_tests += psxtmcond05 |
---|
165 | psxtm_docs += psxtmcond05/psxtmcond05.doc |
---|
166 | psxtmcond05_SOURCES = psxtmcond05/init.c ../tmtests/include/timesys.h \ |
---|
167 | ../support/src/tmtests_empty_function.c \ |
---|
168 | ../support/src/tmtests_support.c |
---|
169 | psxtmcond05_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_psxtmcond05) \ |
---|
170 | $(support_includes) -I$(top_srcdir)/../tmtests/include \ |
---|
171 | -DOPERATION_COUNT=$(OPERATION_COUNT) |
---|
172 | endif |
---|
173 | |
---|
174 | if TEST_psxtmcond06 |
---|
175 | psxtm_tests += psxtmcond06 |
---|
176 | psxtm_docs += psxtmcond06/psxtmcond06.doc |
---|
177 | psxtmcond06_SOURCES = psxtmcond06/init.c ../tmtests/include/timesys.h \ |
---|
178 | ../support/src/tmtests_empty_function.c \ |
---|
179 | ../support/src/tmtests_support.c |
---|
180 | psxtmcond06_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_psxtmcond06) \ |
---|
181 | $(support_includes) -I$(top_srcdir)/../tmtests/include \ |
---|
182 | -DOPERATION_COUNT=$(OPERATION_COUNT) |
---|
183 | endif |
---|
184 | |
---|
185 | if TEST_psxtmcond07 |
---|
186 | psxtm_tests += psxtmcond07 |
---|
187 | psxtm_docs += psxtmcond07/psxtmcond07.doc |
---|
188 | psxtmcond07_SOURCES = psxtmcond07/init.c ../tmtests/include/timesys.h \ |
---|
189 | ../support/src/tmtests_empty_function.c \ |
---|
190 | ../support/src/tmtests_support.c |
---|
191 | psxtmcond07_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_psxtmcond07) \ |
---|
192 | $(support_includes) -I$(top_srcdir)/../tmtests/include \ |
---|
193 | -DOPERATION_COUNT=$(OPERATION_COUNT) |
---|
194 | endif |
---|
195 | |
---|
196 | if TEST_psxtmcond08 |
---|
197 | psxtm_tests += psxtmcond08 |
---|
198 | psxtm_docs += psxtmcond08/psxtmcond08.doc |
---|
199 | psxtmcond08_SOURCES = psxtmcond08/init.c ../tmtests/include/timesys.h \ |
---|
200 | ../support/src/tmtests_empty_function.c \ |
---|
201 | ../support/src/tmtests_support.c |
---|
202 | psxtmcond08_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_psxtmcond08) \ |
---|
203 | $(support_includes) -I$(top_srcdir)/../tmtests/include \ |
---|
204 | -DOPERATION_COUNT=$(OPERATION_COUNT) -DUSE_WAIT |
---|
205 | endif |
---|
206 | |
---|
207 | if TEST_psxtmcond09 |
---|
208 | psxtm_tests += psxtmcond09 |
---|
209 | psxtm_docs += psxtmcond09/psxtmcond09.doc |
---|
210 | psxtmcond09_SOURCES = psxtmcond08/init.c ../tmtests/include/timesys.h \ |
---|
211 | ../support/src/tmtests_empty_function.c \ |
---|
212 | ../support/src/tmtests_support.c |
---|
213 | psxtmcond09_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_psxtmcond09) \ |
---|
214 | $(support_includes) -I$(top_srcdir)/../tmtests/include \ |
---|
215 | -DOPERATION_COUNT=$(OPERATION_COUNT) -DUSE_TIMEDWAIT_WITH_VALUE |
---|
216 | endif |
---|
217 | |
---|
218 | if TEST_psxtmcond10 |
---|
219 | psxtm_tests += psxtmcond10 |
---|
220 | psxtm_docs += psxtmcond10/psxtmcond10.doc |
---|
221 | psxtmcond10_SOURCES = psxtmcond08/init.c ../tmtests/include/timesys.h \ |
---|
222 | ../support/src/tmtests_empty_function.c \ |
---|
223 | ../support/src/tmtests_support.c |
---|
224 | psxtmcond10_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_psxtmcond10) \ |
---|
225 | $(support_includes) -I$(top_srcdir)/../tmtests/include \ |
---|
226 | -DOPERATION_COUNT=$(OPERATION_COUNT) \ |
---|
227 | -DUSE_TIMEDWAIT_WAIT_VALUE_IN_PAST |
---|
228 | endif |
---|
229 | |
---|
230 | if TEST_psxtmkey01 |
---|
231 | psxtm_tests += psxtmkey01 |
---|
232 | psxtm_docs += psxtmkey01/psxtmkey01.doc |
---|
233 | psxtmkey01_SOURCES = psxtmkey01/init.c ../tmtests/include/timesys.h \ |
---|
234 | ../support/src/tmtests_empty_function.c \ |
---|
235 | ../support/src/tmtests_support.c |
---|
236 | psxtmkey01_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_psxtmkey01) \ |
---|
237 | $(support_includes) -I$(top_srcdir)/../tmtests/include \ |
---|
238 | -DOPERATION_COUNT=$(OPERATION_COUNT) |
---|
239 | endif |
---|
240 | |
---|
241 | if TEST_psxtmkey02 |
---|
242 | psxtm_tests += psxtmkey02 |
---|
243 | psxtm_docs += psxtmkey02/psxtmkey02.doc |
---|
244 | psxtmkey02_SOURCES = psxtmkey02/init.c ../tmtests/include/timesys.h \ |
---|
245 | ../support/src/tmtests_empty_function.c \ |
---|
246 | ../support/src/tmtests_support.c |
---|
247 | psxtmkey02_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_psxtmkey02) \ |
---|
248 | $(support_includes) -I$(top_srcdir)/../tmtests/include \ |
---|
249 | -DOPERATION_COUNT=$(OPERATION_COUNT) |
---|
250 | endif |
---|
251 | |
---|
252 | if TEST_psxtmmq01 |
---|
253 | psxtm_tests += psxtmmq01 |
---|
254 | psxtm_docs += psxtmmq01/psxtmmq01.doc |
---|
255 | psxtmmq01_SOURCES = psxtmmq01/init.c ../tmtests/include/timesys.h \ |
---|
256 | ../support/src/tmtests_empty_function.c \ |
---|
257 | ../support/src/tmtests_support.c |
---|
258 | psxtmmq01_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_psxtmmq01) \ |
---|
259 | $(support_includes) -I$(top_srcdir)/../tmtests/include \ |
---|
260 | -DOPERATION_COUNT=$(OPERATION_COUNT) |
---|
261 | endif |
---|
262 | |
---|
263 | if TEST_psxtmmutex01 |
---|
264 | psxtm_tests += psxtmmutex01 |
---|
265 | psxtm_docs += psxtmmutex01/psxtmmutex01.doc |
---|
266 | psxtmmutex01_SOURCES = psxtmmutex01/init.c \ |
---|
267 | ../tmtests/include/timesys.h ../support/src/tmtests_empty_function.c \ |
---|
268 | ../support/src/tmtests_support.c |
---|
269 | psxtmmutex01_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_psxtmmutex01) \ |
---|
270 | $(support_includes) -I$(top_srcdir)/../tmtests/include \ |
---|
271 | -DOPERATION_COUNT=$(OPERATION_COUNT) |
---|
272 | endif |
---|
273 | |
---|
274 | if TEST_psxtmmutex02 |
---|
275 | psxtm_tests += psxtmmutex02 |
---|
276 | psxtm_docs += psxtmmutex02/psxtmmutex02.doc |
---|
277 | psxtmmutex02_SOURCES = psxtmmutex02/init.c \ |
---|
278 | ../tmtests/include/timesys.h ../support/src/tmtests_empty_function.c \ |
---|
279 | ../support/src/tmtests_support.c |
---|
280 | psxtmmutex02_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_psxtmmutex02) \ |
---|
281 | $(support_includes) -I$(top_srcdir)/../tmtests/include \ |
---|
282 | -DOPERATION_COUNT=$(OPERATION_COUNT) |
---|
283 | endif |
---|
284 | |
---|
285 | if TEST_psxtmmutex03 |
---|
286 | psxtm_tests += psxtmmutex03 |
---|
287 | psxtm_docs += psxtmmutex03/psxtmmutex03.doc |
---|
288 | psxtmmutex03_SOURCES = psxtmmutex03/init.c \ |
---|
289 | ../tmtests/include/timesys.h ../support/src/tmtests_empty_function.c \ |
---|
290 | ../support/src/tmtests_support.c |
---|
291 | psxtmmutex03_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_psxtmmutex03) \ |
---|
292 | $(support_includes) -I$(top_srcdir)/../tmtests/include \ |
---|
293 | -DOPERATION_COUNT=$(OPERATION_COUNT) |
---|
294 | endif |
---|
295 | |
---|
296 | if TEST_psxtmmutex04 |
---|
297 | psxtm_tests += psxtmmutex04 |
---|
298 | psxtm_docs += psxtmmutex04/psxtmmutex04.doc |
---|
299 | psxtmmutex04_SOURCES = psxtmmutex04/init.c \ |
---|
300 | ../tmtests/include/timesys.h ../support/src/tmtests_empty_function.c \ |
---|
301 | ../support/src/tmtests_support.c |
---|
302 | psxtmmutex04_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_psxtmmutex04) \ |
---|
303 | $(support_includes) -I$(top_srcdir)/../tmtests/include \ |
---|
304 | -DOPERATION_COUNT=$(OPERATION_COUNT) |
---|
305 | endif |
---|
306 | |
---|
307 | if TEST_psxtmmutex05 |
---|
308 | psxtm_tests += psxtmmutex05 |
---|
309 | psxtm_docs += psxtmmutex05/psxtmmutex05.doc |
---|
310 | psxtmmutex05_SOURCES = psxtmmutex05/init.c \ |
---|
311 | ../tmtests/include/timesys.h ../support/src/tmtests_empty_function.c \ |
---|
312 | ../support/src/tmtests_support.c |
---|
313 | psxtmmutex05_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_psxtmmutex05) \ |
---|
314 | $(support_includes) -I$(top_srcdir)/../tmtests/include \ |
---|
315 | -DOPERATION_COUNT=$(OPERATION_COUNT) |
---|
316 | endif |
---|
317 | |
---|
318 | if TEST_psxtmmutex06 |
---|
319 | psxtm_tests += psxtmmutex06 |
---|
320 | psxtm_docs += psxtmmutex06/psxtmmutex06.doc |
---|
321 | psxtmmutex06_SOURCES = psxtmmutex06/init.c \ |
---|
322 | ../tmtests/include/timesys.h ../support/src/tmtests_empty_function.c \ |
---|
323 | ../support/src/tmtests_support.c |
---|
324 | psxtmmutex06_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_psxtmmutex06) \ |
---|
325 | $(support_includes) -I$(top_srcdir)/../tmtests/include \ |
---|
326 | -DOPERATION_COUNT=$(OPERATION_COUNT) |
---|
327 | endif |
---|
328 | |
---|
329 | if TEST_psxtmmutex07 |
---|
330 | psxtm_tests += psxtmmutex07 |
---|
331 | psxtm_docs += psxtmmutex07/psxtmmutex07.doc |
---|
332 | psxtmmutex07_SOURCES = psxtmmutex07/init.c \ |
---|
333 | ../tmtests/include/timesys.h ../support/src/tmtests_empty_function.c \ |
---|
334 | ../support/src/tmtests_support.c |
---|
335 | psxtmmutex07_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_psxtmmutex07) \ |
---|
336 | $(support_includes) -I$(top_srcdir)/../tmtests/include \ |
---|
337 | -DOPERATION_COUNT=$(OPERATION_COUNT) |
---|
338 | endif |
---|
339 | |
---|
340 | if TEST_psxtmmutexattr01 |
---|
341 | psxtm_tests += psxtmmutexattr01 |
---|
342 | psxtm_docs += psxtmmutexattr01/psxtmmutexattr01.doc |
---|
343 | psxtmmutexattr01_SOURCES = psxtmmutexattr01/init.c \ |
---|
344 | ../tmtests/include/timesys.h ../support/src/tmtests_empty_function.c \ |
---|
345 | ../support/src/tmtests_support.c |
---|
346 | psxtmmutexattr01_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_psxtmmutexattr01) \ |
---|
347 | $(support_includes) -I$(top_srcdir)/../tmtests/include \ |
---|
348 | -DOPERATION_COUNT=$(OPERATION_COUNT) |
---|
349 | endif |
---|
350 | |
---|
351 | if TEST_psxtmnanosleep01 |
---|
352 | psxtm_tests += psxtmnanosleep01 |
---|
353 | psxtm_docs += psxtmnanosleep01/psxtmnanosleep01.doc |
---|
354 | psxtmnanosleep01_SOURCES = psxtmnanosleep01/init.c \ |
---|
355 | ../tmtests/include/timesys.h ../support/src/tmtests_empty_function.c \ |
---|
356 | ../support/src/tmtests_support.c |
---|
357 | psxtmnanosleep01_CPPFLAGS = $(AM_CPPFLAGS) \ |
---|
358 | $(TEST_FLAGS_psxtmnanosleep01) $(support_includes) \ |
---|
359 | -I$(top_srcdir)/../tmtests/include \ |
---|
360 | -DOPERATION_COUNT=$(OPERATION_COUNT) |
---|
361 | endif |
---|
362 | |
---|
363 | if TEST_psxtmnanosleep02 |
---|
364 | psxtm_tests += psxtmnanosleep02 |
---|
365 | psxtm_docs += psxtmnanosleep02/psxtmnanosleep02.doc |
---|
366 | psxtmnanosleep02_SOURCES = psxtmnanosleep02/init.c \ |
---|
367 | ../tmtests/include/timesys.h ../support/src/tmtests_empty_function.c \ |
---|
368 | ../support/src/tmtests_support.c |
---|
369 | psxtmnanosleep02_CPPFLAGS = $(AM_CPPFLAGS) \ |
---|
370 | $(TEST_FLAGS_psxtmnanosleep02) $(support_includes) \ |
---|
371 | -I$(top_srcdir)/../tmtests/include \ |
---|
372 | -DOPERATION_COUNT=$(OPERATION_COUNT) |
---|
373 | endif |
---|
374 | |
---|
375 | if TEST_psxtmonce01 |
---|
376 | psxtm_tests += psxtmonce01 |
---|
377 | psxtm_docs += psxtmonce01/psxtmonce01.doc |
---|
378 | psxtmonce01_SOURCES = psxtmonce01/init.c \ |
---|
379 | ../tmtests/include/timesys.h ../support/src/tmtests_empty_function.c \ |
---|
380 | ../support/src/tmtests_support.c |
---|
381 | psxtmonce01_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_psxtmonce01) \ |
---|
382 | $(support_includes) -I$(top_srcdir)/../tmtests/include \ |
---|
383 | -DOPERATION_COUNT=$(OPERATION_COUNT) |
---|
384 | endif |
---|
385 | |
---|
386 | if TEST_psxtmrwlock01 |
---|
387 | psxtm_tests += psxtmrwlock01 |
---|
388 | psxtm_docs += psxtmrwlock01/psxtmrwlock01.doc |
---|
389 | psxtmrwlock01_SOURCES = psxtmrwlock01/init.c \ |
---|
390 | ../tmtests/include/timesys.h ../support/src/tmtests_empty_function.c \ |
---|
391 | ../support/src/tmtests_support.c |
---|
392 | psxtmrwlock01_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_psxtmrwlock01) \ |
---|
393 | $(support_includes) -I$(top_srcdir)/../tmtests/include \ |
---|
394 | -DOPERATION_COUNT=$(OPERATION_COUNT) |
---|
395 | endif |
---|
396 | |
---|
397 | if TEST_psxtmrwlock02 |
---|
398 | psxtm_tests += psxtmrwlock02 |
---|
399 | psxtm_docs += psxtmrwlock02/psxtmrwlock02.doc |
---|
400 | psxtmrwlock02_SOURCES = psxtmrwlock02/init.c \ |
---|
401 | ../tmtests/include/timesys.h ../support/src/tmtests_empty_function.c \ |
---|
402 | ../support/src/tmtests_support.c |
---|
403 | psxtmrwlock02_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_psxtmrwlock02) \ |
---|
404 | $(support_includes) -I$(top_srcdir)/../tmtests/include \ |
---|
405 | -DOPERATION_COUNT=$(OPERATION_COUNT) |
---|
406 | endif |
---|
407 | |
---|
408 | if TEST_psxtmrwlock03 |
---|
409 | psxtm_tests += psxtmrwlock03 |
---|
410 | psxtm_docs += psxtmrwlock03/psxtmrwlock03.doc |
---|
411 | psxtmrwlock03_SOURCES = psxtmrwlock03/init.c \ |
---|
412 | ../tmtests/include/timesys.h ../support/src/tmtests_empty_function.c \ |
---|
413 | ../support/src/tmtests_support.c |
---|
414 | psxtmrwlock03_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_psxtmrwlock03) \ |
---|
415 | $(support_includes) -I$(top_srcdir)/../tmtests/include \ |
---|
416 | -DOPERATION_COUNT=$(OPERATION_COUNT) |
---|
417 | endif |
---|
418 | |
---|
419 | if TEST_psxtmrwlock04 |
---|
420 | psxtm_tests += psxtmrwlock04 |
---|
421 | psxtm_docs += psxtmrwlock04/psxtmrwlock04.doc |
---|
422 | psxtmrwlock04_SOURCES = psxtmrwlock04/init.c \ |
---|
423 | ../tmtests/include/timesys.h ../support/src/tmtests_empty_function.c \ |
---|
424 | ../support/src/tmtests_support.c |
---|
425 | psxtmrwlock04_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_psxtmrwlock04) \ |
---|
426 | $(support_includes) -I$(top_srcdir)/../tmtests/include \ |
---|
427 | -DOPERATION_COUNT=$(OPERATION_COUNT) |
---|
428 | endif |
---|
429 | |
---|
430 | if TEST_psxtmrwlock05 |
---|
431 | psxtm_tests += psxtmrwlock05 |
---|
432 | psxtm_docs += psxtmrwlock05/psxtmrwlock05.doc |
---|
433 | psxtmrwlock05_SOURCES = psxtmrwlock05/init.c \ |
---|
434 | ../tmtests/include/timesys.h ../support/src/tmtests_empty_function.c \ |
---|
435 | ../support/src/tmtests_support.c |
---|
436 | psxtmrwlock05_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_psxtmrwlock05) \ |
---|
437 | $(support_includes) -I$(top_srcdir)/../tmtests/include \ |
---|
438 | -DOPERATION_COUNT=$(OPERATION_COUNT) |
---|
439 | endif |
---|
440 | |
---|
441 | if TEST_psxtmrwlock06 |
---|
442 | psxtm_tests += psxtmrwlock06 |
---|
443 | psxtm_docs += psxtmrwlock06/psxtmrwlock06.doc |
---|
444 | psxtmrwlock06_SOURCES = psxtmrwlock06/init.c \ |
---|
445 | ../tmtests/include/timesys.h ../support/src/tmtests_empty_function.c \ |
---|
446 | ../support/src/tmtests_support.c |
---|
447 | psxtmrwlock06_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_psxtmrwlock06) \ |
---|
448 | $(support_includes) -I$(top_srcdir)/../tmtests/include \ |
---|
449 | -DOPERATION_COUNT=$(OPERATION_COUNT) |
---|
450 | endif |
---|
451 | |
---|
452 | if TEST_psxtmrwlock07 |
---|
453 | psxtm_tests += psxtmrwlock07 |
---|
454 | psxtm_docs += psxtmrwlock07/psxtmrwlock07.doc |
---|
455 | psxtmrwlock07_SOURCES = psxtmrwlock07/init.c \ |
---|
456 | ../tmtests/include/timesys.h ../support/src/tmtests_empty_function.c \ |
---|
457 | ../support/src/tmtests_support.c |
---|
458 | psxtmrwlock07_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_psxtmrwlock07) \ |
---|
459 | $(support_includes) -I$(top_srcdir)/../tmtests/include \ |
---|
460 | -DOPERATION_COUNT=$(OPERATION_COUNT) |
---|
461 | endif |
---|
462 | |
---|
463 | if TEST_psxtmmqrcvblock01 |
---|
464 | psxtm_tests += psxtmmqrcvblock01 |
---|
465 | psxtm_docs += psxtmmqrcvblock01/psxtmmqrcvblock01.doc |
---|
466 | psxtmmqrcvblock01_SOURCES = psxtmmqrcvblock01/init.c \ |
---|
467 | ../tmtests/include/timesys.h ../support/src/tmtests_empty_function.c \ |
---|
468 | ../support/src/tmtests_support.c |
---|
469 | psxtmmqrcvblock01_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_psxtmmqrcvblock01) \ |
---|
470 | $(support_includes) -I$(top_srcdir)/../tmtests/include \ |
---|
471 | -DOPERATION_COUNT=$(OPERATION_COUNT) |
---|
472 | endif |
---|
473 | |
---|
474 | if TEST_psxtmmqrcvblock02 |
---|
475 | psxtm_tests += psxtmmqrcvblock02 |
---|
476 | psxtm_docs += psxtmmqrcvblock02/psxtmmqrcvblock02.doc |
---|
477 | psxtmmqrcvblock02_SOURCES = psxtmmqrcvblock02/init.c \ |
---|
478 | ../tmtests/include/timesys.h ../support/src/tmtests_empty_function.c \ |
---|
479 | ../support/src/tmtests_support.c |
---|
480 | psxtmmqrcvblock02_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_psxtmmqrcvblock02) \ |
---|
481 | $(support_includes) -I$(top_srcdir)/../tmtests/include \ |
---|
482 | -DOPERATION_COUNT=$(OPERATION_COUNT) |
---|
483 | endif |
---|
484 | |
---|
485 | if TEST_psxtmsem01 |
---|
486 | psxtm_tests += psxtmsem01 |
---|
487 | psxtm_docs += psxtmsem01/psxtmsem01.doc |
---|
488 | psxtmsem01_SOURCES = psxtmsem01/init.c ../tmtests/include/timesys.h \ |
---|
489 | ../support/src/tmtests_empty_function.c \ |
---|
490 | ../support/src/tmtests_support.c |
---|
491 | psxtmsem01_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_psxtmsem01) \ |
---|
492 | $(support_includes) -I$(top_srcdir)/../tmtests/include \ |
---|
493 | -DOPERATION_COUNT=$(OPERATION_COUNT) |
---|
494 | endif |
---|
495 | |
---|
496 | if TEST_psxtmsem02 |
---|
497 | psxtm_tests += psxtmsem02 |
---|
498 | psxtm_docs += psxtmsem02/psxtmsem02.doc |
---|
499 | psxtmsem02_SOURCES = psxtmsem02/init.c ../tmtests/include/timesys.h \ |
---|
500 | ../support/src/tmtests_empty_function.c \ |
---|
501 | ../support/src/tmtests_support.c |
---|
502 | psxtmsem02_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_psxtmsem02) \ |
---|
503 | $(support_includes) -I$(top_srcdir)/../tmtests/include \ |
---|
504 | -DOPERATION_COUNT=$(OPERATION_COUNT) |
---|
505 | endif |
---|
506 | |
---|
507 | if TEST_psxtmsem03 |
---|
508 | psxtm_tests += psxtmsem03 |
---|
509 | psxtm_docs += psxtmsem03/psxtmsem03.doc |
---|
510 | psxtmsem03_SOURCES = psxtmsem03/init.c ../tmtests/include/timesys.h \ |
---|
511 | ../support/src/tmtests_empty_function.c \ |
---|
512 | ../support/src/tmtests_support.c |
---|
513 | psxtmsem03_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_psxtmsem03) \ |
---|
514 | $(support_includes) -I$(top_srcdir)/../tmtests/include \ |
---|
515 | -DOPERATION_COUNT=$(OPERATION_COUNT) |
---|
516 | endif |
---|
517 | |
---|
518 | if TEST_psxtmsem04 |
---|
519 | psxtm_tests += psxtmsem04 |
---|
520 | psxtm_docs += psxtmsem04/psxtmsem04.doc |
---|
521 | psxtmsem04_SOURCES = psxtmsem04/init.c ../tmtests/include/timesys.h \ |
---|
522 | ../support/src/tmtests_empty_function.c \ |
---|
523 | ../support/src/tmtests_support.c |
---|
524 | psxtmsem04_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_psxtmsem04) \ |
---|
525 | $(support_includes) -I$(top_srcdir)/../tmtests/include \ |
---|
526 | -DOPERATION_COUNT=$(OPERATION_COUNT) |
---|
527 | endif |
---|
528 | |
---|
529 | if TEST_psxtmsem05 |
---|
530 | psxtm_tests += psxtmsem05 |
---|
531 | psxtm_docs += psxtmsem05/psxtmsem05.doc |
---|
532 | psxtmsem05_SOURCES = psxtmsem05/init.c ../tmtests/include/timesys.h \ |
---|
533 | ../support/src/tmtests_empty_function.c \ |
---|
534 | ../support/src/tmtests_support.c |
---|
535 | psxtmsem05_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_psxtmsem05) \ |
---|
536 | $(support_includes) -I$(top_srcdir)/../tmtests/include \ |
---|
537 | -DOPERATION_COUNT=$(OPERATION_COUNT) |
---|
538 | endif |
---|
539 | |
---|
540 | if TEST_psxtmsleep01 |
---|
541 | psxtm_tests += psxtmsleep01 |
---|
542 | psxtm_docs += psxtmsleep01/psxtmsleep01.doc |
---|
543 | psxtmsleep01_SOURCES = psxtmsleep01/init.c \ |
---|
544 | ../tmtests/include/timesys.h ../support/src/tmtests_empty_function.c \ |
---|
545 | ../support/src/tmtests_support.c |
---|
546 | psxtmsleep01_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_psxtmsleep01) \ |
---|
547 | $(support_includes) -I$(top_srcdir)/../tmtests/include \ |
---|
548 | -DOPERATION_COUNT=$(OPERATION_COUNT) |
---|
549 | endif |
---|
550 | |
---|
551 | if TEST_psxtmsleep02 |
---|
552 | psxtm_tests += psxtmsleep02 |
---|
553 | psxtm_docs += psxtmsleep02/psxtmsleep02.doc |
---|
554 | psxtmsleep02_SOURCES = psxtmsleep02/init.c \ |
---|
555 | ../tmtests/include/timesys.h ../support/src/tmtests_empty_function.c \ |
---|
556 | ../support/src/tmtests_support.c |
---|
557 | psxtmsleep02_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_psxtmsleep02) \ |
---|
558 | $(support_includes) -I$(top_srcdir)/../tmtests/include \ |
---|
559 | -DOPERATION_COUNT=$(OPERATION_COUNT) |
---|
560 | endif |
---|
561 | |
---|
562 | if TEST_psxtmthread01 |
---|
563 | psxtm_tests += psxtmthread01 |
---|
564 | psxtm_docs += psxtmthread01/psxtmthread01.doc |
---|
565 | psxtmthread01_SOURCES = psxtmthread01/init.c \ |
---|
566 | ../tmtests/include/timesys.h ../support/src/tmtests_empty_function.c \ |
---|
567 | ../support/src/tmtests_support.c |
---|
568 | psxtmthread01_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_psxtmthread01) \ |
---|
569 | $(support_includes) -I$(top_srcdir)/../tmtests/include \ |
---|
570 | -DOPERATION_COUNT=$(OPERATION_COUNT) |
---|
571 | endif |
---|
572 | |
---|
573 | if TEST_psxtmthread02 |
---|
574 | psxtm_tests += psxtmthread02 |
---|
575 | psxtm_docs += psxtmthread02/psxtmthread02.doc |
---|
576 | psxtmthread02_SOURCES = psxtmthread02/init.c \ |
---|
577 | ../tmtests/include/timesys.h ../support/src/tmtests_empty_function.c \ |
---|
578 | ../support/src/tmtests_support.c |
---|
579 | psxtmthread02_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_psxtmthread02) \ |
---|
580 | $(support_includes) -I$(top_srcdir)/../tmtests/include \ |
---|
581 | -DOPERATION_COUNT=$(OPERATION_COUNT) |
---|
582 | endif |
---|
583 | |
---|
584 | if TEST_psxtmthread03 |
---|
585 | psxtm_tests += psxtmthread03 |
---|
586 | psxtm_docs += psxtmthread03/psxtmthread03.doc |
---|
587 | psxtmthread03_SOURCES = psxtmthread03/init.c \ |
---|
588 | ../tmtests/include/timesys.h ../support/src/tmtests_empty_function.c \ |
---|
589 | ../support/src/tmtests_support.c |
---|
590 | psxtmthread03_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_psxtmthread03) \ |
---|
591 | $(support_includes) -I$(top_srcdir)/../tmtests/include \ |
---|
592 | -DOPERATION_COUNT=$(OPERATION_COUNT) |
---|
593 | endif |
---|
594 | |
---|
595 | if TEST_psxtmthread04 |
---|
596 | psxtm_tests += psxtmthread04 |
---|
597 | psxtm_docs += psxtmthread04/psxtmthread04.doc |
---|
598 | psxtmthread04_SOURCES = psxtmthread04/init.c \ |
---|
599 | ../tmtests/include/timesys.h ../support/src/tmtests_empty_function.c \ |
---|
600 | ../support/src/tmtests_support.c |
---|
601 | psxtmthread04_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_psxtmthread04) \ |
---|
602 | $(support_includes) -I$(top_srcdir)/../tmtests/include \ |
---|
603 | -DOPERATION_COUNT=$(OPERATION_COUNT) |
---|
604 | endif |
---|
605 | |
---|
606 | if TEST_psxtmthread05 |
---|
607 | psxtm_tests += psxtmthread05 |
---|
608 | psxtm_docs += psxtmthread05/psxtmthread05.doc |
---|
609 | psxtmthread05_SOURCES = psxtmthread05/init.c \ |
---|
610 | ../tmtests/include/timesys.h ../support/src/tmtests_empty_function.c \ |
---|
611 | ../support/src/tmtests_support.c |
---|
612 | psxtmthread05_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_psxtmthread05) \ |
---|
613 | $(support_includes) -I$(top_srcdir)/../tmtests/include \ |
---|
614 | -DOPERATION_COUNT=$(OPERATION_COUNT) |
---|
615 | endif |
---|
616 | |
---|
617 | if TEST_psxtmthread06 |
---|
618 | psxtm_tests += psxtmthread06 |
---|
619 | psxtm_docs += psxtmthread06/psxtmthread06.doc |
---|
620 | psxtmthread06_SOURCES = psxtmthread06/init.c \ |
---|
621 | ../tmtests/include/timesys.h ../support/src/tmtests_empty_function.c \ |
---|
622 | ../support/src/tmtests_support.c |
---|
623 | psxtmthread06_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_psxtmthread06) \ |
---|
624 | $(support_includes) -I$(top_srcdir)/../tmtests/include \ |
---|
625 | -DOPERATION_COUNT=$(OPERATION_COUNT) |
---|
626 | endif |
---|
627 | |
---|
628 | if TEST_psxtmthreadattr01 |
---|
629 | psxtm_tests += psxtmthreadattr01 |
---|
630 | psxtm_docs += psxtmthreadattr01/psxtmthreadattr01.doc |
---|
631 | psxtmthreadattr01_SOURCES = psxtmthreadattr01/init.c \ |
---|
632 | ../tmtests/include/timesys.h ../support/src/tmtests_empty_function.c \ |
---|
633 | ../support/src/tmtests_support.c |
---|
634 | psxtmthreadattr01_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_psxtmthreadattr01) \ |
---|
635 | $(support_includes) -I$(top_srcdir)/../tmtests/include \ |
---|
636 | -DOPERATION_COUNT=$(OPERATION_COUNT) |
---|
637 | endif |
---|
638 | |
---|
639 | noinst_PROGRAMS = $(psxtm_tests) |
---|