source: rtems/testsuites/psxtmtests/Makefile.am @ bde6ac20

5
Last change on this file since bde6ac20 was edae517, checked in by Himanshu40 <himanshuwindows8.1@…>, on 11/20/18 at 01:11:58

psxtmutexattr01: Added new POSIX timing suite (GCI 2018)

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