source: rtems/testsuites/psxtmtests/Makefile.am @ 9bb39516

5
Last change on this file since 9bb39516 was 9bb39516, checked in by Himanshu40 <himanshuwindows8.1@…>, on 11/06/18 at 18:29:10

psxtmonce01: New test written by Himanshu40 as part of GCI2018

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