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