Changeset 2a99a6a in rtems


Ignore:
Timestamp:
04/09/18 03:42:02 (5 years ago)
Author:
Chris Johns <chrisj@…>
Branches:
5, master
Children:
dfc57eb
Parents:
3206879f
git-author:
Chris Johns <chrisj@…> (04/09/18 03:42:02)
git-committer:
Chris Johns <chrisj@…> (04/09/18 22:24:54)
Message:

testsuite/psxtests: Merged nested Makefile.am files into one Makefile.am

This change is part of the testsuite Makefile.am reorganization.

Update #3382

Location:
testsuites/psxtests
Files:
103 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • testsuites/psxtests/Makefile.am

    r3206879f r2a99a6a  
     1#
     2# POSIX Teststuite
     3#
     4
    15ACLOCAL_AMFLAGS = -I ../aclocal
    26
    3 ## Some of the tests need other POSIX features to work while some do not.
    4 
    5 _SUBDIRS  =
    6 if HAS_POSIX
    7 _SUBDIRS += psx01
    8 _SUBDIRS += psx02
    9 _SUBDIRS += psx03
    10 _SUBDIRS += psx04
    11 _SUBDIRS += psx05
    12 _SUBDIRS += psx06
    13 _SUBDIRS += psx07
    14 _SUBDIRS += psx08
    15 _SUBDIRS += psx09
    16 _SUBDIRS += psx10
    17 _SUBDIRS += psx11
    18 _SUBDIRS += psx12
    19 _SUBDIRS += psx14
    20 _SUBDIRS += psx15
    21 _SUBDIRS += psx16
    22 _SUBDIRS += psxaio01
    23 _SUBDIRS += psxaio02
    24 _SUBDIRS += psxaio03
    25 _SUBDIRS += psxalarm01
    26 _SUBDIRS += psxautoinit01
    27 _SUBDIRS += psxautoinit02
    28 _SUBDIRS += psxbarrier01
    29 _SUBDIRS += psxcancel
    30 _SUBDIRS += psxcancel01
    31 _SUBDIRS += psxclassic01
    32 _SUBDIRS += psxcleanup
    33 _SUBDIRS += psxcleanup01
    34 _SUBDIRS += psxcleanup02
    35 endif
    36 _SUBDIRS += psxclock
    37 if HAS_POSIX
    38 _SUBDIRS += psxclock01
    39 _SUBDIRS += psxclockrealtime01
    40 _SUBDIRS += psxconcurrency01
    41 _SUBDIRS += psxcond01
    42 _SUBDIRS += psxcond02
    43 _SUBDIRS += psxconfig01
    44 endif
    45 _SUBDIRS += psxdevctl01
    46 if HAS_POSIX
    47 _SUBDIRS += psxeintr_join
    48 _SUBDIRS += psxenosys
    49 _SUBDIRS += psxfatal01
    50 _SUBDIRS += psxfatal02
    51 _SUBDIRS += psxgetattrnp01
    52 endif
     7include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
     8include $(top_srcdir)/../automake/compile.am
     9
     10psx_tests =
     11psx_screens =
     12psx_docs =
     13psx_lib =
     14
     15support_includes = -I$(top_srcdir)/../support/include
     16
     17if HAS_POSIX
     18if TEST_psx01
     19psx_tests += psx01
     20psx01_SOURCES = psx01/init.c psx01/task.c psx01/system.h \
     21        include/pmacros.h
     22psx01_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_psx01) \
     23        $(support_includes) -I$(top_srcdir)/include
     24endif
     25endif
     26
     27if HAS_POSIX
     28if TEST_psx02
     29psx_tests += psx02
     30psx_screens += psx02/psx02.scn
     31psx02_SOURCES = psx02/init.c psx02/task.c psx02/system.h \
     32        include/pmacros.h
     33psx02_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_psx02) \
     34        $(support_includes) -I$(top_srcdir)/include
     35endif
     36endif
     37
     38if HAS_POSIX
     39if TEST_psx03
     40psx_tests += psx03
     41psx_screens += psx03/psx03.scn
     42psx03_SOURCES = psx03/init.c psx03/task.c psx03/system.h \
     43        include/pmacros.h
     44psx03_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_psx03) \
     45        $(support_includes) -I$(top_srcdir)/include
     46endif
     47endif
     48
     49if HAS_POSIX
     50if TEST_psx04
     51psx_tests += psx04
     52psx_screens += psx04/psx04.scn
     53psx04_SOURCES = psx04/init.c psx04/task1.c psx04/task2.c psx04/task3.c \
     54        psx04/system.h include/pmacros.h
     55psx04_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_psx04) \
     56        $(support_includes) -I$(top_srcdir)/include
     57endif
     58endif
     59
     60if HAS_POSIX
     61if TEST_psx05
     62psx_tests += psx05
     63psx_screens += psx05/psx05.scn
     64psx05_SOURCES = psx05/init.c psx05/task.c psx05/task2.c psx05/task3.c \
     65        psx05/system.h include/pmacros.h
     66psx05_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_psx05) \
     67        $(support_includes) -I$(top_srcdir)/include
     68endif
     69endif
     70
     71if HAS_POSIX
     72if TEST_psx06
     73psx_tests += psx06
     74psx_screens += psx06/psx06.scn
     75psx06_SOURCES = psx06/init.c psx06/task.c psx06/task2.c psx06/system.h \
     76        include/pmacros.h
     77psx06_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_psx06) \
     78        $(support_includes) -I$(top_srcdir)/include
     79endif
     80endif
     81
     82if HAS_POSIX
     83if TEST_psx07
     84psx_tests += psx07
     85psx_screens += psx07/psx07.scn
     86psx_docs += psx07/psx07.doc
     87psx07_SOURCES = psx07/init.c psx07/task.c psx07/system.h \
     88        include/pmacros.h
     89psx07_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_psx07) \
     90        $(support_includes) -I$(top_srcdir)/include
     91endif
     92endif
     93
     94if HAS_POSIX
     95if TEST_psx08
     96psx_tests += psx08
     97psx_screens += psx08/psx08.scn
     98psx08_SOURCES = psx08/init.c psx08/task1.c psx08/task2.c psx08/task3.c \
     99        psx08/system.h include/pmacros.h
     100psx08_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_psx08) \
     101        $(support_includes) -I$(top_srcdir)/include
     102endif
     103endif
     104
     105if HAS_POSIX
     106if TEST_psx09
     107psx_tests += psx09
     108psx_screens += psx09/psx09.scn
     109psx09_SOURCES = psx09/init.c psx09/system.h include/pmacros.h
     110psx09_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_psx09) \
     111        $(support_includes) -I$(top_srcdir)/include
     112endif
     113endif
     114
     115if HAS_POSIX
     116if TEST_psx10
     117psx_tests += psx10
     118psx_screens += psx10/psx10.scn
     119psx10_SOURCES = psx10/init.c psx10/task.c psx10/task2.c psx10/task3.c \
     120        psx10/system.h include/pmacros.h
     121psx10_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_psx10) \
     122        $(support_includes) -I$(top_srcdir)/include
     123endif
     124endif
     125
     126if HAS_POSIX
     127if TEST_psx11
     128psx_tests += psx11
     129psx_screens += psx11/psx11.scn
     130psx11_SOURCES = psx11/init.c psx11/task.c psx11/system.h \
     131        include/pmacros.h
     132psx11_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_psx11) \
     133        $(support_includes) -I$(top_srcdir)/include
     134endif
     135endif
     136
     137if HAS_POSIX
     138if TEST_psx12
     139psx_tests += psx12
     140psx_screens += psx12/psx12.scn
     141psx12_SOURCES = psx12/init.c include/pmacros.h
     142psx12_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_psx12) \
     143        $(support_includes) -I$(top_srcdir)/include
     144endif
     145endif
     146
     147if TEST_psx13
     148psx_tests += psx13
     149psx_screens += psx13/psx13.scn
     150psx13_SOURCES = psx13/main.c psx13/test.c include/pmacros.h
     151psx13_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_psx13) \
     152        $(support_includes) -I$(top_srcdir)/include
     153endif
     154
     155if HAS_POSIX
     156if TEST_psx14
     157psx_tests += psx14
     158psx_screens += psx14/psx14.scn
     159psx14_SOURCES = psx14/init.c psx14/system.h include/pmacros.h
     160psx14_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_psx14) \
     161        $(support_includes) -I$(top_srcdir)/include
     162endif
     163endif
     164
     165if HAS_POSIX
     166if TEST_psx15
     167psx_tests += psx15
     168psx_screens += psx15/psx15.scn
     169psx15_SOURCES = psx15/init.c include/pmacros.h
     170psx15_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_psx15) \
     171        $(support_includes) -I$(top_srcdir)/include
     172endif
     173endif
     174
     175if HAS_POSIX
     176if TEST_psx16
     177psx_tests += psx16
     178psx_screens += psx16/psx16.scn
     179psx16_SOURCES = psx16/init.c include/pmacros.h
     180psx16_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_psx16) \
     181        $(support_includes) -I$(top_srcdir)/include
     182endif
     183endif
     184
     185if HAS_POSIX
     186if TEST_psxaio01
     187psx_tests += psxaio01
     188psx_screens += psxaio01/psxaio01.scn
     189psxaio01_SOURCES = psxaio01/init.c psxaio01/system.h include/pmacros.h
     190psxaio01_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_psxaio01) \
     191        $(support_includes) -I$(top_srcdir)/include
     192endif
     193endif
     194
     195if HAS_POSIX
     196if TEST_psxaio02
     197psx_tests += psxaio02
     198psx_screens += psxaio02/psxaio02.scn
     199psxaio02_SOURCES = psxaio02/init.c psxaio02/system.h include/pmacros.h
     200psxaio02_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_psxaio02) \
     201        $(support_includes) -I$(top_srcdir)/include
     202endif
     203endif
     204
     205if HAS_POSIX
     206if TEST_psxaio03
     207psx_tests += psxaio03
     208psx_screens += psxaio03/psxaio03.scn
     209psxaio03_SOURCES = psxaio03/init.c psxaio03/system.h include/pmacros.h
     210psxaio03_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_psxaio03) \
     211        $(support_includes) -I$(top_srcdir)/include
     212endif
     213endif
     214
     215if HAS_POSIX
     216if TEST_psxalarm01
     217psx_tests += psxalarm01
     218psx_screens += psxalarm01/psxalarm01.scn
     219psx_docs += psxalarm01/psxalarm01.doc
     220psxalarm01_SOURCES = psxalarm01/init.c include/pmacros.h
     221psxalarm01_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_psxalarm01) \
     222        $(support_includes) -I$(top_srcdir)/include
     223endif
     224endif
     225
     226if HAS_POSIX
     227if TEST_psxautoinit01
     228psx_tests += psxautoinit01
     229psx_screens += psxautoinit01/psxautoinit01.scn
     230psxautoinit01_SOURCES = psxautoinit01/init.c include/pmacros.h
     231psxautoinit01_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_psxautoinit01) \
     232        $(support_includes) -I$(top_srcdir)/include
     233endif
     234endif
     235
     236if HAS_POSIX
     237if TEST_psxautoinit02
     238psx_tests += psxautoinit02
     239psx_screens += psxautoinit02/psxautoinit02.scn
     240psx_docs += psxautoinit02/psxautoinit02.doc
     241psxautoinit02_SOURCES = psxautoinit02/init.c include/pmacros.h
     242psxautoinit02_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_psxautoinit02) \
     243        $(support_includes) -I$(top_srcdir)/include
     244endif
     245endif
     246
     247if HAS_POSIX
     248if TEST_psxbarrier01
     249psx_tests += psxbarrier01
     250psx_screens += psxbarrier01/psxbarrier01.scn
     251psxbarrier01_SOURCES = psxbarrier01/main.c psxbarrier01/test.c \
     252        include/pmacros.h
     253psxbarrier01_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_psxbarrier01) \
     254        $(support_includes) -I$(top_srcdir)/include
     255endif
     256endif
     257
     258if HAS_POSIX
     259if TEST_psxcancel
     260psx_tests += psxcancel
     261psx_screens += psxcancel/psxcancel.scn
     262psx_docs += psxcancel/psxcancel.doc
     263psxcancel_SOURCES = psxcancel/init.c include/pmacros.h
     264psxcancel_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_psxcancel) \
     265        $(support_includes) -I$(top_srcdir)/include
     266endif
     267endif
     268
     269if HAS_POSIX
     270if TEST_psxcancel01
     271psx_tests += psxcancel01
     272psx_screens += psxcancel01/psxcancel01.scn
     273psx_docs += psxcancel01/psxcancel01.doc
     274psxcancel01_SOURCES = psxcancel01/init.c include/pmacros.h
     275psxcancel01_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_psxcancel01) \
     276        $(support_includes) -I$(top_srcdir)/include
     277endif
     278endif
     279
     280if TEST_psxchroot01
     281psx_tests += psxchroot01
     282psx_screens += psxchroot01/psxchroot01.scn
     283psxchroot01_SOURCES = psxchroot01/main.c psxchroot01/test.c \
     284        include/pmacros.h
     285psxchroot01_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_psxchroot01) \
     286        $(support_includes) -I$(top_srcdir)/include
     287endif
     288
     289if HAS_POSIX
     290if TEST_psxclassic01
     291psx_tests += psxclassic01
     292psx_screens += psxclassic01/psxclassic01.scn
     293psx_docs += psxclassic01/psxclassic01.doc
     294psxclassic01_SOURCES = psxclassic01/init.c include/pmacros.h
     295psxclassic01_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_psxclassic01) \
     296        $(support_includes) -I$(top_srcdir)/include
     297endif
     298endif
     299
     300if HAS_POSIX
     301if TEST_psxcleanup
     302psx_tests += psxcleanup
     303psx_screens += psxcleanup/psxcleanup.scn
     304psxcleanup_SOURCES = psxcleanup/psxcleanup.c psxcleanup/system.h \
     305        include/pmacros.h
     306psxcleanup_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_psxcleanup) \
     307        $(support_includes) -I$(top_srcdir)/include
     308endif
     309endif
     310
     311if HAS_POSIX
     312if TEST_psxcleanup01
     313psx_tests += psxcleanup01
     314psx_screens += psxcleanup01/psxcleanup01.scn
     315psx_docs += psxcleanup01/psxcleanup01.doc
     316psxcleanup01_SOURCES = psxcleanup01/init.c include/pmacros.h
     317psxcleanup01_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_psxcleanup01) \
     318        $(support_includes) -I$(top_srcdir)/include
     319endif
     320endif
     321
     322if HAS_POSIX
     323if TEST_psxcleanup02
     324psx_tests += psxcleanup02
     325psx_screens += psxcleanup02/psxcleanup02.scn
     326psx_docs += psxcleanup02/psxcleanup02.doc
     327psxcleanup02_SOURCES = psxcleanup02/init.c psxcleanup02/main.c
     328psxcleanup02_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_psxcleanup02) \
     329        $(support_includes)
     330endif
     331endif
     332
     333if TEST_psxclock
     334psx_tests += psxclock
     335psx_screens += psxclock/psxclock.scn
     336psx_docs += psxclock/psxclock.doc
     337psxclock_SOURCES = psxclock/init.c include/pmacros.h
     338psxclock_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_psxclock) \
     339        $(support_includes) -I$(top_srcdir)/include
     340endif
     341
     342if HAS_POSIX
     343if TEST_psxclock01
     344psx_tests += psxclock01
     345psx_screens += psxclock01/psxclock01.scn
     346psx_docs += psxclock01/psxclock01.doc
     347psxclock01_SOURCES = psxclock01/init.c
     348psxclock01_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_psxclock01) \
     349        $(support_includes) -I$(top_srcdir)/include
     350endif
     351endif
     352
     353if HAS_POSIX
     354if TEST_psxclockrealtime01
     355psx_tests += psxclockrealtime01
     356psx_screens += psxclockrealtime01/psxclockrealtime01.scn
     357psx_docs += psxclockrealtime01/psxclockrealtime01.doc
     358psxclockrealtime01_SOURCES = psxclockrealtime01/init.c
     359psxclockrealtime01_CPPFLAGS = $(AM_CPPFLAGS) \
     360        $(TEST_FLAGS_psxclockrealtime01) $(support_includes)
     361endif
     362endif
     363
     364if HAS_POSIX
     365if TEST_psxconcurrency01
     366psx_tests += psxconcurrency01
     367psx_screens += psxconcurrency01/psxconcurrency01.scn
     368psx_docs += psxconcurrency01/psxconcurrency01.doc
     369psxconcurrency01_SOURCES = psxconcurrency01/init.c include/pmacros.h
     370psxconcurrency01_CPPFLAGS = $(AM_CPPFLAGS) \
     371        $(TEST_FLAGS_psxconcurrency01) $(support_includes) \
     372        -I$(top_srcdir)/include
     373endif
     374endif
     375
     376if HAS_POSIX
     377if TEST_psxcond01
     378psx_tests += psxcond01
     379psx_screens += psxcond01/psxcond01.scn
     380psx_docs += psxcond01/psxcond01.doc
     381psxcond01_SOURCES = psxcond01/init.c include/pmacros.h
     382psxcond01_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_psxcond01) \
     383        $(support_includes) -I$(top_srcdir)/include
     384endif
     385endif
     386
     387if HAS_POSIX
     388if TEST_psxcond02
     389psx_tests += psxcond02
     390psx_screens += psxcond02/psxcond02.scn
     391psx_docs += psxcond02/psxcond02.doc
     392psxcond02_SOURCES = psxcond02/init.c include/pmacros.h
     393psxcond02_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_psxcond02) \
     394        $(support_includes) -I$(top_srcdir)/include
     395endif
     396endif
     397
     398if HAS_POSIX
     399if TEST_psxconfig01
     400psx_tests += psxconfig01
     401psx_screens += psxconfig01/psxconfig01.scn
     402psx_docs += psxconfig01/psxconfig01.doc
     403psxconfig01_SOURCES = psxconfig01/init.c include/pmacros.h
     404psxconfig01_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_psxconfig01) \
     405        $(support_includes) -I$(top_srcdir)/include
     406endif
     407endif
     408
     409if TEST_psxdevctl01
     410psx_tests += psxdevctl01
     411psx_screens += psxdevctl01/psxdevctl01.scn
     412psxdevctl01_SOURCES = psxdevctl01/main.c psxdevctl01/test.c \
     413        include/pmacros.h
     414psxdevctl01_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_psxdevctl01) \
     415        $(support_includes) -I$(top_srcdir)/include
     416endif
     417
     418if HAS_POSIX
     419if TEST_psxeintr_join
     420psx_tests += psxeintr_join
     421psx_screens += psxeintr_join/psxeintr_join.scn
     422psx_docs += psxeintr_join/psxeintr_join.doc
     423psxeintr_join_SOURCES = psxeintr_join/init.c
     424psxeintr_join_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_psxeintr_join) \
     425        $(support_includes) -I$(top_srcdir)/include
     426endif
     427endif
     428
     429if HAS_POSIX
     430if TEST_psxenosys
     431psx_tests += psxenosys
     432psx_screens += psxenosys/psxenosys.scn
     433psx_docs += psxenosys/psxenosys.doc
     434psxenosys_SOURCES = psxenosys/init.c psxenosys/system.h \
     435        include/pmacros.h
     436psxenosys_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_psxenosys) \
     437        $(support_includes) -I$(top_srcdir)/include
     438endif
     439endif
     440
     441if HAS_POSIX
     442if TEST_psxfatal01
     443psx_tests += psxfatal01
     444psx_screens += psxfatal01/psxfatal01.scn
     445psxfatal01_SOURCES = psxfatal_support/init.c psxfatal_support/system.h \
     446        psxfatal01/testcase.h
     447psxfatal01_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_psxfatal01) \
     448        $(support_includes) -I$(top_srcdir)/psxfatal01
     449endif
     450endif
     451
     452if HAS_POSIX
     453if TEST_psxfatal02
     454psx_tests += psxfatal02
     455psx_screens += psxfatal02/psxfatal02.scn
     456psxfatal02_SOURCES = psxfatal_support/init.c psxfatal_support/system.h \
     457        psxfatal02/testcase.h
     458psxfatal02_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_psxfatal02) \
     459        $(support_includes) -I$(top_srcdir)/psxfatal02
     460endif
     461endif
     462
     463if TEST_psxfchx01
     464psx_tests += psxfchx01
     465psx_screens += psxfchx01/psxfchx01.scn
     466psx_docs += psxfchx01/psxfchx01.doc
     467psxfchx01_SOURCES = psxfchx01/init.c include/pmacros.h
     468psxfchx01_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_psxfchx01) \
     469        $(support_includes) -I$(top_srcdir)/include
     470endif
     471
     472if TEST_psxfile01
     473psx_tests += psxfile01
     474psx_screens += psxfile01/psxfile01.scn
     475psxfile01_SOURCES = psxfile01/main.c psxfile01/test.c \
     476        psxfile01/test_cat.c psxfile01/test_extend.c psxfile01/test_write.c \
     477        include/pmacros.h
     478psxfile01_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_psxfile01) \
     479        $(support_includes) -I$(top_srcdir)/include
     480endif
     481
     482if TEST_psxfile02
     483psx_tests += psxfile02
     484psx_screens += psxfile02/psxfile02.scn
     485psx_docs += psxfile02/psxfile02.doc
     486psxfile02_SOURCES = psxfile02/init.c ../support/src/spin.c
     487psxfile02_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_psxfile02) \
     488        $(support_includes)
     489endif
     490
     491if TEST_psxfilelock01
     492psx_tests += psxfilelock01
     493psx_screens += psxfilelock01/psxfilelock01.scn
     494psx_docs += psxfilelock01/psxfilelock01.doc
     495psxfilelock01_SOURCES = psxfilelock01/init.c
     496psxfilelock01_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_psxfilelock01) \
     497        $(support_includes)
     498endif
     499
     500if HAS_POSIX
     501if TEST_psxgetattrnp01
     502psx_tests += psxgetattrnp01
     503psx_screens += psxgetattrnp01/psxgetattrnp01.scn
     504psx_docs += psxgetattrnp01/psxgetattrnp01.doc
     505psxgetattrnp01_SOURCES = psxgetattrnp01/init.c
     506psxgetattrnp01_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_psxgetattrnp01) \
     507        $(support_includes) -I$(top_srcdir)/include
     508endif
     509endif
     510
     511if TEST_psxgetrusage01
     512psx_tests += psxgetrusage01
     513psx_screens += psxgetrusage01/psxgetrusage01.scn
     514psx_docs += psxgetrusage01/psxgetrusage01.doc
     515psxgetrusage01_SOURCES = psxgetrusage01/init.c ../support/src/spin.c
     516psxgetrusage01_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_psxgetrusage01) \
     517        $(support_includes)
     518endif
     519
    53520if HAS_POSIX
    54521if HAS_CPLUSPLUS
    55 _SUBDIRS += psxglobalcon01
    56 _SUBDIRS += psxglobalcon02
    57 endif
    58 _SUBDIRS += psxhdrs
    59 _SUBDIRS += psxintrcritical01
    60 _SUBDIRS += psxitimer
    61 endif
    62 _SUBDIRS += psxkey01
    63 _SUBDIRS += psxkey02
    64 _SUBDIRS += psxkey03
    65 _SUBDIRS += psxkey04
    66 _SUBDIRS += psxkey05
    67 _SUBDIRS += psxkey06
    68 if HAS_POSIX
    69 _SUBDIRS += psxkey07
    70 endif
    71 _SUBDIRS += psxkey08
    72 _SUBDIRS += psxkey09
    73 _SUBDIRS += psxkey10
    74 if HAS_POSIX
    75 _SUBDIRS += psxmsgq01
    76 _SUBDIRS += psxmsgq02
    77 _SUBDIRS += psxmsgq03
    78 _SUBDIRS += psxmsgq04
    79 _SUBDIRS += psxmutexattr01
    80 _SUBDIRS += psxobj01
    81 endif
    82 _SUBDIRS += psxonce01
    83 _SUBDIRS += psxrdwrv
    84 if HAS_POSIX
    85 _SUBDIRS += psxrwlock01
    86 _SUBDIRS += psxsem01
    87 _SUBDIRS += psxshm01
    88 _SUBDIRS += psxshm02
    89 _SUBDIRS += psxmmap01
    90 _SUBDIRS += psxsignal01
    91 _SUBDIRS += psxsignal02
    92 _SUBDIRS += psxsignal03
    93 _SUBDIRS += psxsignal04
    94 _SUBDIRS += psxsignal05
    95 _SUBDIRS += psxsignal06
    96 _SUBDIRS += psxspin01
    97 _SUBDIRS += psxstack01
    98 _SUBDIRS += psxstack02
    99 _SUBDIRS += psxstrsignal01
    100 _SUBDIRS += psxsysconf
    101 endif
    102 if HAS_POSIX
    103 _SUBDIRS += psxthreadname01
    104 _SUBDIRS += psxtime
    105 _SUBDIRS += psxtimer01
    106 _SUBDIRS += psxtimer02
    107 _SUBDIRS += psxualarm
    108 _SUBDIRS += psxusleep
    109 endif
    110 
    111 
    112 
    113 ## File IO tests
    114 _SUBDIRS += psx13
    115 _SUBDIRS += psxchroot01
    116 _SUBDIRS += psxfile01
    117 _SUBDIRS += psxfile02
    118 _SUBDIRS += psxfilelock01
    119 _SUBDIRS += psxgetrusage01
    120 _SUBDIRS += psxid01
    121 _SUBDIRS += psximfs01
    122 _SUBDIRS += psximfs02
    123 _SUBDIRS += psxmount
    124 _SUBDIRS += psxpasswd01
    125 _SUBDIRS += psxpasswd02
    126 _SUBDIRS += psxpipe01
    127 _SUBDIRS += psxreaddir
    128 _SUBDIRS += psxstat
    129 _SUBDIRS += psxtimes01
    130 _SUBDIRS += psxfchx01
    131 
    132 include $(top_srcdir)/../automake/subdirs.am
     522if TEST_psxglobalcon01
     523psx_tests += psxglobalcon01
     524psx_screens += psxglobalcon01/psxglobalcon01.scn
     525psx_docs += psxglobalcon01/psxglobalcon01.doc
     526psxglobalcon01_SOURCES = psxglobalcon01/init.cc
     527psxglobalcon01_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_psxglobalcon01) \
     528        $(support_includes)
     529endif
     530endif
     531endif
     532
     533if HAS_POSIX
     534if HAS_CPLUSPLUS
     535if TEST_psxglobalcon02
     536psx_tests += psxglobalcon02
     537psx_screens += psxglobalcon02/psxglobalcon02.scn
     538psx_docs += psxglobalcon02/psxglobalcon02.doc
     539psxglobalcon02_SOURCES = psxglobalcon02/init.cc
     540psxglobalcon02_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_psxglobalcon02) \
     541        $(support_includes)
     542endif
     543endif
     544endif
     545
     546if TEST_psxid01
     547psx_tests += psxid01
     548psx_screens += psxid01/psxid01.scn
     549psx_docs += psxid01/psxid01.doc
     550psxid01_SOURCES = psxid01/init.c
     551psxid01_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_psxid01) \
     552        $(support_includes)
     553endif
     554
     555if TEST_psximfs01
     556psx_tests += psximfs01
     557psx_screens += psximfs01/psximfs01.scn
     558psx_docs += psximfs01/psximfs01.doc
     559psximfs01_SOURCES = psximfs01/init.c
     560psximfs01_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_psximfs01) \
     561        $(support_includes)
     562endif
     563
     564if TEST_psximfs02
     565psx_tests += psximfs02
     566psx_screens += psximfs02/psximfs02.scn
     567psx_docs += psximfs02/psximfs02.doc
     568psximfs02_SOURCES = psximfs02/init.c
     569psximfs02_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_psximfs02) \
     570        $(support_includes)
     571endif
     572
     573if HAS_POSIX
     574if TEST_psxintrcritical01
     575psx_tests += psxintrcritical01
     576psx_screens += psxintrcritical01/psxintrcritical01.scn
     577psx_docs += psxintrcritical01/psxintrcritical01.doc
     578psxintrcritical01_SOURCES = psxintrcritical01/init.c \
     579        ../sptests/spintrcritical_support/intrcritical.c
     580psxintrcritical01_CPPFLAGS = $(AM_CPPFLAGS) \
     581        $(TEST_FLAGS_psxintrcritical01) $(support_includes) \
     582        -I$(top_srcdir)/../sptests/spintrcritical_support
     583endif
     584endif
     585
     586if HAS_POSIX
     587if TEST_psxitimer
     588psx_tests += psxitimer
     589psx_screens += psxitimer/psxitimer.scn
     590psxitimer_SOURCES = psxitimer/init.c include/pmacros.h
     591psxitimer_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_psxitimer) \
     592        $(support_includes) -I$(top_srcdir)/include
     593endif
     594endif
     595
     596if TEST_psxkey01
     597psx_tests += psxkey01
     598psx_screens += psxkey01/psxkey01.scn
     599psxkey01_SOURCES = psxkey01/init.c psxkey01/system.h include/pmacros.h \
     600        ../support/src/test_support.c
     601psxkey01_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_psxkey01) \
     602        $(support_includes) -I$(top_srcdir)/include
     603endif
     604
     605if TEST_psxkey02
     606psx_tests += psxkey02
     607psx_screens += psxkey02/psxkey02.scn
     608psx_docs += psxkey02/psxkey02.doc
     609psxkey02_SOURCES = psxkey02/init.c
     610psxkey02_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_psxkey02) \
     611        $(support_includes) -I$(top_srcdir)/include
     612endif
     613
     614if TEST_psxkey03
     615psx_tests += psxkey03
     616psx_screens += psxkey03/psxkey03.scn
     617psx_docs += psxkey03/psxkey03.doc
     618psxkey03_SOURCES = psxkey03/init.c
     619psxkey03_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_psxkey03) \
     620        $(support_includes) -I$(top_srcdir)/include
     621endif
     622
     623if TEST_psxkey04
     624psx_tests += psxkey04
     625psx_screens += psxkey04/psxkey04.scn
     626psx_docs += psxkey04/psxkey04.doc
     627psxkey04_SOURCES = psxkey04/init.c
     628psxkey04_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_psxkey04) \
     629        $(support_includes) -I$(top_srcdir)/include
     630endif
     631
     632if TEST_psxkey05
     633psx_tests += psxkey05
     634psx_screens += psxkey05/psxkey05.scn
     635psx_docs += psxkey05/psxkey05.doc
     636psxkey05_SOURCES = psxkey05/init.c
     637psxkey05_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_psxkey05) \
     638        $(support_includes) -I$(top_srcdir)/include
     639endif
     640
     641if TEST_psxkey06
     642psx_tests += psxkey06
     643psx_screens += psxkey06/psxkey06.scn
     644psx_docs += psxkey06/psxkey06.doc
     645psxkey06_SOURCES = psxkey06/init.c
     646psxkey06_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_psxkey06) \
     647        $(support_includes) -I$(top_srcdir)/include
     648endif
     649
     650if HAS_POSIX
     651if TEST_psxkey07
     652psx_tests += psxkey07
     653psx_screens += psxkey07/psxkey07.scn
     654psx_docs += psxkey07/psxkey07.doc
     655psxkey07_SOURCES = psxkey07/init.c
     656psxkey07_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_psxkey07) \
     657        $(support_includes) -I$(top_srcdir)/include
     658endif
     659endif
     660
     661if TEST_psxkey08
     662psx_tests += psxkey08
     663psx_screens += psxkey08/psxkey08.scn
     664psx_docs += psxkey08/psxkey08.doc
     665psxkey08_SOURCES = psxkey08/init.c
     666psxkey08_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_psxkey08) \
     667        $(support_includes) -I$(top_srcdir)/include
     668endif
     669
     670if TEST_psxkey09
     671psx_tests += psxkey09
     672psx_screens += psxkey09/psxkey09.scn
     673psx_docs += psxkey09/psxkey09.doc
     674psxkey09_SOURCES = psxkey09/init.c
     675psxkey09_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_psxkey09) \
     676        $(support_includes) -I$(top_srcdir)/include
     677endif
     678
     679if TEST_psxkey10
     680psx_tests += psxkey10
     681psx_screens += psxkey10/psxkey10.scn
     682psx_docs += psxkey10/psxkey10.doc
     683psxkey10_SOURCES = psxkey10/init.c
     684psxkey10_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_psxkey10) \
     685        $(support_includes) -I$(top_srcdir)/include
     686endif
     687
     688if HAS_POSIX
     689if TEST_psxmmap01
     690psx_tests += psxmmap01
     691psx_screens += psxmmap01/psxmmap01.scn
     692psxmmap01_SOURCES = psxmmap01/init.c psxmmap01/test_helper.c \
     693        psxmmap01/test_driver.c psxmmap01/system.h
     694psxmmap01_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_psxmmap01) \
     695        $(support_includes) -I$(top_srcdir)/include
     696endif
     697endif
     698
     699if TEST_psxmount
     700psx_tests += psxmount
     701psx_screens += psxmount/psxmount.scn
     702psxmount_SOURCES = psxmount/main.c psxmount/test.c include/pmacros.h
     703psxmount_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_psxmount) \
     704        $(support_includes) -I$(top_srcdir)/include
     705endif
     706
     707if HAS_POSIX
     708if TEST_psxmsgq01
     709psx_tests += psxmsgq01
     710psx_screens += psxmsgq01/psxmsgq01.scn
     711psxmsgq01_SOURCES = psxmsgq01/init.c psxmsgq01/system.h \
     712        include/pmacros.h ../support/src/test_support.c
     713psxmsgq01_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_psxmsgq01) \
     714        $(support_includes) -I$(top_srcdir)/include
     715endif
     716endif
     717
     718if HAS_POSIX
     719if TEST_psxmsgq02
     720psx_tests += psxmsgq02
     721psx_screens += psxmsgq02/psxmsgq02.scn
     722psxmsgq02_SOURCES = psxmsgq02/init.c psxmsgq02/system.h \
     723        include/pmacros.h ../support/src/test_support.c
     724psxmsgq02_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_psxmsgq02) \
     725        $(support_includes) -I$(top_srcdir)/include
     726endif
     727endif
     728
     729if HAS_POSIX
     730if TEST_psxmsgq03
     731psx_tests += psxmsgq03
     732psx_screens += psxmsgq03/psxmsgq03.scn
     733psx_docs += psxmsgq03/psxmsgq03.doc
     734psxmsgq03_SOURCES = psxmsgq03/init.c psxmsgq03/system.h \
     735        include/pmacros.h ../support/src/test_support.c
     736psxmsgq03_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_psxmsgq03) \
     737        $(support_includes) -I$(top_srcdir)/include
     738endif
     739endif
     740
     741if HAS_POSIX
     742if TEST_psxmsgq04
     743psx_tests += psxmsgq04
     744psx_screens += psxmsgq04/psxmsgq04.scn
     745psx_docs += psxmsgq04/psxmsgq04.doc
     746psxmsgq04_SOURCES = psxmsgq04/init.c include/pmacros.h \
     747        ../support/src/test_support.c
     748psxmsgq04_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_psxmsgq04) \
     749        $(support_includes) -I$(top_srcdir)/include
     750endif
     751endif
     752
     753if HAS_POSIX
     754if TEST_psxmutexattr01
     755psx_tests += psxmutexattr01
     756psx_screens += psxmutexattr01/psxmutexattr01.scn
     757psx_docs += psxmutexattr01/psxmutexattr01.doc
     758psxmutexattr01_SOURCES = psxmutexattr01/init.c
     759psxmutexattr01_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_psxmutexattr01) \
     760        $(support_includes) -I$(top_srcdir)/include
     761endif
     762endif
     763
     764if HAS_POSIX
     765if TEST_psxobj01
     766psx_tests += psxobj01
     767psx_screens += psxobj01/psxobj01.scn
     768psx_docs += psxobj01/psxobj01.doc
     769psxobj01_SOURCES = psxobj01/init.c ../support/src/test_support.c
     770psxobj01_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_psxobj01) \
     771        $(support_includes) -I$(top_srcdir)/include
     772endif
     773endif
     774
     775if TEST_psxonce01
     776psx_tests += psxonce01
     777psx_screens += psxonce01/psxonce01.scn
     778psxonce01_SOURCES = psxonce01/init.c psxonce01/system.h \
     779        include/pmacros.h
     780psxonce01_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_psxonce01) \
     781        $(support_includes) -I$(top_srcdir)/include
     782endif
     783
     784if TEST_psxpasswd01
     785psx_tests += psxpasswd01
     786psx_screens += psxpasswd01/psxpasswd01.scn
     787psx_docs += psxpasswd01/psxpasswd01.doc
     788psxpasswd01_SOURCES = psxpasswd01/init.c include/pmacros.h
     789psxpasswd01_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_psxpasswd01) \
     790        $(support_includes) -I$(top_srcdir)/include
     791endif
     792
     793if TEST_psxpasswd02
     794psx_tests += psxpasswd02
     795psx_screens += psxpasswd02/psxpasswd02.scn
     796psx_docs += psxpasswd02/psxpasswd02.doc
     797psxpasswd02_SOURCES = psxpasswd02/init.c include/pmacros.h
     798psxpasswd02_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_psxpasswd02) \
     799        $(support_includes) -I$(top_srcdir)/include
     800endif
     801
     802if TEST_psxpipe01
     803psx_tests += psxpipe01
     804psx_screens += psxpipe01/psxpipe01.scn
     805psx_docs += psxpipe01/psxpipe01.doc
     806psxpipe01_SOURCES = psxpipe01/init.c include/pmacros.h
     807psxpipe01_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_psxpipe01) \
     808        $(support_includes) -I$(top_srcdir)/include
     809endif
     810
     811if TEST_psxrdwrv
     812psx_tests += psxrdwrv
     813psx_screens += psxrdwrv/psxrdwrv.scn
     814psxrdwrv_SOURCES = psxrdwrv/main.c psxrdwrv/test.c include/pmacros.h
     815psxrdwrv_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_psxrdwrv) \
     816        $(support_includes) -I$(top_srcdir)/include
     817endif
     818
     819if TEST_psxreaddir
     820psx_tests += psxreaddir
     821psx_screens += psxreaddir/psxreaddir.scn
     822psxreaddir_SOURCES = psxreaddir/main.c psxreaddir/test.c \
     823        include/pmacros.h
     824psxreaddir_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_psxreaddir) \
     825        $(support_includes) -I$(top_srcdir)/include
     826endif
     827
     828if HAS_POSIX
     829if TEST_psxrwlock01
     830psx_tests += psxrwlock01
     831psx_screens += psxrwlock01/psxrwlock01.scn
     832psxrwlock01_SOURCES = psxrwlock01/main.c psxrwlock01/test.c \
     833        include/pmacros.h
     834psxrwlock01_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_psxrwlock01) \
     835        $(support_includes) -I$(top_srcdir)/include
     836endif
     837endif
     838
     839if HAS_POSIX
     840if TEST_psxsem01
     841psx_tests += psxsem01
     842psx_screens += psxsem01/psxsem01.scn
     843psxsem01_SOURCES = psxsem01/init.c include/pmacros.h \
     844        ../support/src/test_support.c
     845psxsem01_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_psxsem01) \
     846        $(support_includes) -I$(top_srcdir)/include
     847endif
     848endif
     849
     850if HAS_POSIX
     851if TEST_psxshm01
     852psx_tests += psxshm01
     853psx_screens += psxshm01/psxshm01.scn
     854psxshm01_SOURCES = psxshm01/init.c psxshm01/system.h
     855psxshm01_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_psxshm01) \
     856        $(support_includes) -I$(top_srcdir)/include
     857endif
     858endif
     859
     860if HAS_POSIX
     861if TEST_psxshm02
     862psx_tests += psxshm02
     863psx_screens += psxshm02/psxshm02.scn
     864psxshm02_SOURCES = psxshm02/init.c psxshm02/system.h
     865psxshm02_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_psxshm02) \
     866        $(support_includes) -I$(top_srcdir)/include
     867endif
     868endif
     869
     870if HAS_POSIX
     871if TEST_psxsignal01
     872psx_tests += psxsignal01
     873psx_screens += psxsignal01/psxsignal01.scn
     874psxsignal01_SOURCES = psxsignal01/init.c psxsignal01/task1.c \
     875        psxsignal01/system.h include/pmacros.h
     876psxsignal01_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_psxsignal01) \
     877        $(support_includes) -I$(top_srcdir)/include
     878endif
     879endif
     880
     881if HAS_POSIX
     882if TEST_psxsignal02
     883psx_tests += psxsignal02
     884psx_screens += psxsignal02/psxsignal02.scn
     885psx_docs += psxsignal02/psxsignal02.doc
     886psxsignal02_SOURCES = psxsignal02/init.c include/pmacros.h
     887psxsignal02_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_psxsignal02) \
     888        $(support_includes) -I$(top_srcdir)/include
     889endif
     890endif
     891
     892if HAS_POSIX
     893if TEST_psxsignal03
     894psx_tests += psxsignal03
     895psx_screens += psxsignal03/psxsignal03.scn
     896psx_docs += psxsignal03/psxsignal03.doc
     897psxsignal03_SOURCES = psxsignal03/init.c include/pmacros.h
     898psxsignal03_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_psxsignal03) \
     899        $(support_includes) -I$(top_srcdir)/include \
     900        -DUSE_USER_SIGNALS_PROCESS
     901endif
     902endif
     903
     904if HAS_POSIX
     905if TEST_psxsignal04
     906psx_tests += psxsignal04
     907psx_screens += psxsignal04/psxsignal04.scn
     908psx_docs += psxsignal04/psxsignal04.doc
     909psxsignal04_SOURCES = psxsignal03/init.c include/pmacros.h
     910psxsignal04_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_psxsignal04) \
     911        $(support_includes) -I$(top_srcdir)/include \
     912        -DUSE_REAL_TIME_SIGNALS_PROCESS
     913endif
     914endif
     915
     916if HAS_POSIX
     917if TEST_psxsignal05
     918psx_tests += psxsignal05
     919psx_screens += psxsignal05/psxsignal05.scn
     920psx_docs += psxsignal05/psxsignal05.doc
     921psxsignal05_SOURCES = psxsignal05/init.c include/pmacros.h
     922psxsignal05_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_psxsignal05) \
     923        $(support_includes) -I$(top_srcdir)/include
     924endif
     925endif
     926
     927if HAS_POSIX
     928if TEST_psxsignal06
     929psx_tests += psxsignal06
     930psx_screens += psxsignal06/psxsignal06.scn
     931psx_docs += psxsignal06/psxsignal06.doc
     932psxsignal06_SOURCES = psxsignal06/init.c
     933psxsignal06_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_psxsignal06) \
     934        $(support_includes) -I$(top_srcdir)/include
     935endif
     936endif
     937
     938if HAS_POSIX
     939if TEST_psxspin01
     940psx_tests += psxspin01
     941psx_screens += psxspin01/psxspin01.scn
     942psxspin01_SOURCES = psxspin01/main.c psxspin01/test.c \
     943        include/pmacros.h
     944psxspin01_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_psxspin01) \
     945        $(support_includes) -I$(top_srcdir)/include
     946endif
     947endif
     948
     949if HAS_POSIX
     950if TEST_psxstack01
     951psx_tests += psxstack01
     952psx_screens += psxstack01/psxstack01.scn
     953psx_docs += psxstack01/psxstack01.doc
     954psxstack01_SOURCES = psxstack01/init.c include/pmacros.h
     955psxstack01_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_psxstack01) \
     956        $(support_includes) -I$(top_srcdir)/include
     957endif
     958endif
     959
     960if HAS_POSIX
     961if TEST_psxstack02
     962psx_tests += psxstack02
     963psx_screens += psxstack02/psxstack02.scn
     964psx_docs += psxstack02/psxstack02.doc
     965psxstack02_SOURCES = psxstack02/init.c
     966psxstack02_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_psxstack02) \
     967        $(support_includes) -I$(top_srcdir)/include
     968endif
     969endif
     970
     971if TEST_psxstat
     972psx_tests += psxstat
     973psx_screens += psxstat/psxstat.scn
     974psxstat_SOURCES = psxstat/main.c psxstat/test.c include/pmacros.h
     975psxstat_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_psxstat) \
     976        $(support_includes) -I$(top_srcdir)/include
     977endif
     978
     979if HAS_POSIX
     980if TEST_psxstrsignal01
     981psx_tests += psxstrsignal01
     982psx_screens += psxstrsignal01/psxstrsignal01.scn
     983psx_docs += psxstrsignal01/psxstrsignal01.doc
     984psxstrsignal01_SOURCES = psxstrsignal01/init.c include/pmacros.h
     985psxstrsignal01_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_psxstrsignal01) \
     986        $(support_includes) -I$(top_srcdir)/include
     987endif
     988endif
     989
     990if HAS_POSIX
     991if TEST_psxsysconf
     992psx_tests += psxsysconf
     993psx_screens += psxsysconf/psxsysconf.scn
     994psxsysconf_SOURCES = psxsysconf/init.c psxsysconf/system.h \
     995        include/pmacros.h
     996psxsysconf_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_psxsysconf) \
     997        $(support_includes) -I$(top_srcdir)/include
     998endif
     999endif
     1000
     1001if HAS_POSIX
     1002if TEST_psxthreadname01
     1003psx_tests += psxthreadname01
     1004psx_screens += psxthreadname01/psxthreadname01.scn
     1005psx_docs += psxthreadname01/psxthreadname01.doc
     1006psxthreadname01_SOURCES = psxthreadname01/init.c
     1007psxthreadname01_CPPFLAGS = $(AM_CPPFLAGS) \
     1008        $(TEST_FLAGS_psxthreadname01) $(support_includes)
     1009endif
     1010endif
     1011
     1012if HAS_POSIX
     1013if TEST_psxtime
     1014psx_tests += psxtime
     1015psx_screens += psxtime/psxtime.scn
     1016psxtime_SOURCES = psxtime/main.c psxtime/test.c
     1017psxtime_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_psxtime) \
     1018        $(support_includes)
     1019endif
     1020endif
     1021
     1022if HAS_POSIX
     1023if TEST_psxtimer01
     1024psx_tests += psxtimer01
     1025psx_screens += psxtimer01/psxtimer01.scn
     1026psxtimer01_SOURCES = psxtimer01/psxtimer.c psxtimer01/system.h \
     1027        include/pmacros.h
     1028psxtimer01_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_psxtimer01) \
     1029        $(support_includes) -I$(top_srcdir)/include
     1030endif
     1031endif
     1032
     1033if HAS_POSIX
     1034if TEST_psxtimer02
     1035psx_tests += psxtimer02
     1036psx_screens += psxtimer02/psxtimer02.scn
     1037psxtimer02_SOURCES = psxtimer02/psxtimer.c psxtimer02/system.h \
     1038        include/pmacros.h
     1039psxtimer02_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_psxtimer02) \
     1040        $(support_includes) -I$(top_srcdir)/include
     1041endif
     1042endif
     1043
     1044if TEST_psxtimes01
     1045psx_tests += psxtimes01
     1046psx_screens += psxtimes01/psxtimes01.scn
     1047psx_docs += psxtimes01/psxtimes01.doc
     1048psxtimes01_SOURCES = psxtimes01/init.c ../support/src/spin.c
     1049psxtimes01_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_psxtimes01) \
     1050        $(support_includes)
     1051endif
     1052
     1053if HAS_POSIX
     1054if TEST_psxualarm
     1055psx_tests += psxualarm
     1056psx_screens += psxualarm/psxualarm.scn
     1057psxualarm_SOURCES = psxualarm/init.c psxualarm/system.h \
     1058        include/pmacros.h
     1059psxualarm_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_psxualarm) \
     1060        $(support_includes) -I$(top_srcdir)/include
     1061endif
     1062endif
     1063
     1064if HAS_POSIX
     1065if TEST_psxusleep
     1066psx_tests += psxusleep
     1067psx_screens += psxusleep/psxusleep.scn
     1068psx_docs += psxusleep/psxusleep.doc
     1069psxusleep_SOURCES = psxusleep/init.c include/pmacros.h
     1070psxusleep_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_psxusleep) \
     1071        $(support_includes) -I$(top_srcdir)/include
     1072endif
     1073endif
     1074
     1075if HAS_POSIX
     1076if TEST_lib_a
     1077psx_lib += lib.a
     1078lib_a_SOURCES = psxhdrs/devctl/posix_devctl.c \
     1079        psxhdrs/pthread/pthread_attr_destroy.c \
     1080        psxhdrs/pthread/pthread_attr_getdetachstate.c \
     1081        psxhdrs/pthread/pthread_attr_getguardsize.c \
     1082        psxhdrs/pthread/pthread_attr_getinheritsched.c \
     1083        psxhdrs/pthread/pthread_attr_getschedparam.c \
     1084        psxhdrs/pthread/pthread_attr_getschedpolicy.c \
     1085        psxhdrs/pthread/pthread_attr_getscope.c \
     1086        psxhdrs/pthread/pthread_attr_getstackaddr.c \
     1087        psxhdrs/pthread/pthread_attr_getstack.c \
     1088        psxhdrs/pthread/pthread_attr_getstacksize.c \
     1089        psxhdrs/pthread/pthread_attr_init.c \
     1090        psxhdrs/pthread/pthread_attr_setdetachstate.c \
     1091        psxhdrs/pthread/pthread_attr_setguardsize.c \
     1092        psxhdrs/pthread/pthread_attr_setinheritsched.c \
     1093        psxhdrs/pthread/pthread_attr_setschedparam.c \
     1094        psxhdrs/pthread/pthread_attr_setschedpolicy.c \
     1095        psxhdrs/pthread/pthread_attr_setscope.c \
     1096        psxhdrs/pthread/pthread_attr_setstackaddr.c \
     1097        psxhdrs/pthread/pthread_attr_setstack.c \
     1098        psxhdrs/pthread/pthread_attr_setstacksize.c \
     1099        psxhdrs/pthread/pthread_cancel.c psxhdrs/pthread/pthread_cleanup.c \
     1100        psxhdrs/pthread/pthread_condattr_destroy.c \
     1101        psxhdrs/pthread/pthread_condattr_getpshared.c \
     1102        psxhdrs/pthread/pthread_condattr_init.c \
     1103        psxhdrs/pthread/pthread_condattr_setpshared.c \
     1104        psxhdrs/pthread/pthread_cond_broadcast.c \
     1105        psxhdrs/pthread/pthread_cond_destroy.c \
     1106        psxhdrs/pthread/pthread_cond_init.c \
     1107        psxhdrs/pthread/pthread_cond_signal.c \
     1108        psxhdrs/pthread/pthread_cond_timedwait.c \
     1109        psxhdrs/pthread/pthread_cond_wait.c psxhdrs/pthread/pthread_create.c \
     1110        psxhdrs/pthread/pthread_detach.c psxhdrs/pthread/pthread_equal.c \
     1111        psxhdrs/pthread/pthread_exit.c \
     1112        psxhdrs/pthread/pthread_getconcurrency.c \
     1113        psxhdrs/pthread/pthread_getcpuclockid.c \
     1114        psxhdrs/pthread/pthread_getschedparam.c \
     1115        psxhdrs/pthread/pthread_getspecific.c psxhdrs/pthread/pthread_join.c \
     1116        psxhdrs/pthread/pthread_key_create.c \
     1117        psxhdrs/pthread/pthread_key_delete.c \
     1118        psxhdrs/pthread/pthread_mutexattr_destroy.c \
     1119        psxhdrs/pthread/pthread_mutexattr_getprioceiling.c \
     1120        psxhdrs/pthread/pthread_mutexattr_getprotocol.c \
     1121        psxhdrs/pthread/pthread_mutexattr_getpshared.c \
     1122        psxhdrs/pthread/pthread_mutexattr_init.c \
     1123        psxhdrs/pthread/pthread_mutexattr_setprioceiling.c \
     1124        psxhdrs/pthread/pthread_mutexattr_setprotocol.c \
     1125        psxhdrs/pthread/pthread_mutexattr_setpshared.c \
     1126        psxhdrs/pthread/pthread_mutex_destroy.c \
     1127        psxhdrs/pthread/pthread_mutex_getprioceiling.c \
     1128        psxhdrs/pthread/pthread_mutex_init.c \
     1129        psxhdrs/pthread/pthread_mutex_lock.c \
     1130        psxhdrs/pthread/pthread_mutex_setprioceiling.c \
     1131        psxhdrs/pthread/pthread_mutex_timedlock.c \
     1132        psxhdrs/pthread/pthread_mutex_trylock.c \
     1133        psxhdrs/pthread/pthread_mutex_unlock.c psxhdrs/pthread/pthread_once.c \
     1134        psxhdrs/pthread/pthread_self.c \
     1135        psxhdrs/pthread/pthread_setcancelstate.c \
     1136        psxhdrs/pthread/pthread_setcanceltype.c \
     1137        psxhdrs/pthread/pthread_setconcurrency.c \
     1138        psxhdrs/pthread/pthread_setschedparam.c \
     1139        psxhdrs/pthread/pthread_setspecific.c \
     1140        psxhdrs/pthread/pthread_testcancel.c psxhdrs/sched/sched_getparam.c \
     1141        psxhdrs/sched/sched_get_priority_max.c \
     1142        psxhdrs/sched/sched_get_priority_min.c \
     1143        psxhdrs/sched/sched_getscheduler.c \
     1144        psxhdrs/sched/sched_rr_get_interval.c psxhdrs/sched/sched_setparam.c \
     1145        psxhdrs/sched/sched_setscheduler.c psxhdrs/sched/sched_yield.c \
     1146        psxhdrs/signal/pthread_sigmask.c psxhdrs/signal/raise.c \
     1147        psxhdrs/signal/signal.c psxhdrs/signal/sigpending.c \
     1148        psxhdrs/signal/sigprocmask.c psxhdrs/signal/sigsuspend.c \
     1149        psxhdrs/signal/sigtimedwait.c psxhdrs/signal/sigwait.c \
     1150        psxhdrs/signal/sigwaitinfo.c psxhdrs/time/asctime.c \
     1151        psxhdrs/time/asctime_r.c psxhdrs/time/clock.c \
     1152        psxhdrs/time/clock_getcpuclockid.c psxhdrs/time/clock_getres.c \
     1153        psxhdrs/time/clock_gettime.c psxhdrs/time/clock_nanosleep.c \
     1154        psxhdrs/time/clock_settime.c psxhdrs/time/ctime.c \
     1155        psxhdrs/time/ctime_r.c psxhdrs/time/difftime.c psxhdrs/time/gmtime.c \
     1156        psxhdrs/time/gmtime_r.c psxhdrs/time/localtime.c \
     1157        psxhdrs/time/localtime_r.c psxhdrs/time/mktime.c \
     1158        psxhdrs/time/nanosleep.c psxhdrs/time/strftime.c psxhdrs/time/time.c \
     1159        psxhdrs/time/timer_create.c psxhdrs/time/timer_delete.c \
     1160        psxhdrs/time/timer_getoverrun.c psxhdrs/time/timer_gettime.c \
     1161        psxhdrs/time/timer_settime.c psxhdrs/unistd/alarm.c \
     1162        psxhdrs/unistd/fdatasync.c psxhdrs/unistd/fsync.c \
     1163        psxhdrs/unistd/getegid.c psxhdrs/unistd/geteuid.c \
     1164        psxhdrs/unistd/getgid.c psxhdrs/unistd/getgroups.c \
     1165        psxhdrs/unistd/getlogin.c psxhdrs/unistd/getlogin_r.c \
     1166        psxhdrs/unistd/getpgrp.c psxhdrs/unistd/getpid.c \
     1167        psxhdrs/unistd/getppid.c psxhdrs/unistd/getuid.c \
     1168        psxhdrs/unistd/pause.c psxhdrs/unistd/setgid.c \
     1169        psxhdrs/unistd/setgroups.c psxhdrs/unistd/setpgid.c \
     1170        psxhdrs/unistd/setsid.c psxhdrs/unistd/setuid.c \
     1171        psxhdrs/unistd/sleep.c psxhdrs/unistd/sync.c psxhdrs/unistd/ualarm.c \
     1172        psxhdrs/unistd/usleep.c psxhdrs/sys/mman/mlockall.c \
     1173        psxhdrs/sys/mman/mlock.c psxhdrs/sys/mman/mmap.c \
     1174        psxhdrs/sys/mman/mprotect.c psxhdrs/sys/mman/msync.c \
     1175        psxhdrs/sys/mman/munlockall.c psxhdrs/sys/mman/munlock.c \
     1176        psxhdrs/sys/mman/munmap.c psxhdrs/sys/mman/posix_madvise.c \
     1177        psxhdrs/sys/mman/shm_open.c psxhdrs/sys/mman/shm_unlink.c \
     1178        psxhdrs/sys/socket/accept.c psxhdrs/sys/socket/bind.c \
     1179        psxhdrs/sys/socket/connect.c psxhdrs/sys/socket/getpeername.c \
     1180        psxhdrs/sys/socket/getsockname.c psxhdrs/sys/socket/getsockopt.c \
     1181        psxhdrs/sys/socket/listen.c psxhdrs/sys/socket/recv.c \
     1182        psxhdrs/sys/socket/recvfrom.c psxhdrs/sys/socket/recvmsg.c \
     1183        psxhdrs/sys/socket/send.c psxhdrs/sys/socket/sendmsg.c \
     1184        psxhdrs/sys/socket/sendto.c psxhdrs/sys/socket/setsockopt.c \
     1185        psxhdrs/sys/socket/shutdown.c psxhdrs/sys/socket/socket.c \
     1186        psxhdrs/sys/socket/socketpair.c
     1187endif
     1188endif
     1189
     1190rtems_tests_PROGRAMS = $(psx_tests)
     1191noinst_LIBRARIES = $(psx_lib)
     1192dist_rtems_tests_DATA = $(psx_screens) $(psx_docs)
     1193
    1331194include $(top_srcdir)/../automake/local.am
  • testsuites/psxtests/configure.ac

    r3206879f r2a99a6a  
    109109AC_CHECK_SIZEOF([mode_t])
    110110
    111 # Explicitly list all Makefiles here
    112 AC_CONFIG_FILES([Makefile
    113 psx01/Makefile
    114 psx02/Makefile
    115 psx03/Makefile
    116 psx04/Makefile
    117 psx05/Makefile
    118 psx06/Makefile
    119 psx07/Makefile
    120 psx08/Makefile
    121 psx09/Makefile
    122 psx10/Makefile
    123 psx11/Makefile
    124 psx12/Makefile
    125 psx13/Makefile
    126 psx14/Makefile
    127 psx15/Makefile
    128 psx16/Makefile
    129 psxaio01/Makefile
    130 psxaio02/Makefile
    131 psxaio03/Makefile
    132 psxalarm01/Makefile
    133 psxautoinit01/Makefile
    134 psxautoinit02/Makefile
    135 psxbarrier01/Makefile
    136 psxcancel/Makefile
    137 psxcancel01/Makefile
    138 psxchroot01/Makefile
    139 psxclassic01/Makefile
    140 psxcleanup/Makefile
    141 psxcleanup01/Makefile
    142 psxcleanup02/Makefile
    143 psxclock/Makefile
    144 psxclock01/Makefile
    145 psxclockrealtime01/Makefile
    146 psxconcurrency01/Makefile
    147 psxcond01/Makefile
    148 psxcond02/Makefile
    149 psxconfig01/Makefile
    150 psxdevctl01/Makefile
    151 psxeintr_join/Makefile
    152 psxenosys/Makefile
    153 psxfatal01/Makefile
    154 psxfatal02/Makefile
    155 psxfchx01/Makefile
    156 psxfile01/Makefile
    157 psxfile02/Makefile
    158 psxfilelock01/Makefile
    159 psxgetattrnp01/Makefile
    160 psxgetrusage01/Makefile
    161 psxglobalcon01/Makefile
    162 psxglobalcon02/Makefile
    163 psxhdrs/Makefile
    164 psxid01/Makefile
    165 psximfs01/Makefile
    166 psximfs02/Makefile
    167 psxintrcritical01/Makefile
    168 psxitimer/Makefile
    169 psxkey01/Makefile
    170 psxkey02/Makefile
    171 psxkey03/Makefile
    172 psxkey04/Makefile
    173 psxkey05/Makefile
    174 psxkey06/Makefile
    175 psxkey07/Makefile
    176 psxkey08/Makefile
    177 psxkey09/Makefile
    178 psxkey10/Makefile
    179 psxmount/Makefile
    180 psxmsgq01/Makefile
    181 psxmsgq02/Makefile
    182 psxmsgq03/Makefile
    183 psxmsgq04/Makefile
    184 psxmutexattr01/Makefile
    185 psxobj01/Makefile
    186 psxonce01/Makefile
    187 psxpasswd01/Makefile
    188 psxpasswd02/Makefile
    189 psxpipe01/Makefile
    190 psxrdwrv/Makefile
    191 psxreaddir/Makefile
    192 psxrwlock01/Makefile
    193 psxsem01/Makefile
    194 psxshm01/Makefile
    195 psxshm02/Makefile
    196 psxmmap01/Makefile
    197 psxsignal01/Makefile
    198 psxsignal02/Makefile
    199 psxsignal03/Makefile
    200 psxsignal04/Makefile
    201 psxsignal05/Makefile
    202 psxsignal06/Makefile
    203 psxspin01/Makefile
    204 psxstack01/Makefile
    205 psxstack02/Makefile
    206 psxstat/Makefile
    207 psxstrsignal01/Makefile
    208 psxsysconf/Makefile
    209 psxthreadname01/Makefile
    210 psxtime/Makefile
    211 psxtimer01/Makefile
    212 psxtimer02/Makefile
    213 psxtimes01/Makefile
    214 psxualarm/Makefile
    215 psxusleep/Makefile
    216 ])
     111# BSP Test configuration
     112RTEMS_TEST_CHECK([psx01])
     113RTEMS_TEST_CHECK([psx02])
     114RTEMS_TEST_CHECK([psx03])
     115RTEMS_TEST_CHECK([psx04])
     116RTEMS_TEST_CHECK([psx05])
     117RTEMS_TEST_CHECK([psx06])
     118RTEMS_TEST_CHECK([psx07])
     119RTEMS_TEST_CHECK([psx08])
     120RTEMS_TEST_CHECK([psx09])
     121RTEMS_TEST_CHECK([psx10])
     122RTEMS_TEST_CHECK([psx11])
     123RTEMS_TEST_CHECK([psx12])
     124RTEMS_TEST_CHECK([psx13])
     125RTEMS_TEST_CHECK([psx14])
     126RTEMS_TEST_CHECK([psx15])
     127RTEMS_TEST_CHECK([psx16])
     128RTEMS_TEST_CHECK([psxaio01])
     129RTEMS_TEST_CHECK([psxaio02])
     130RTEMS_TEST_CHECK([psxaio03])
     131RTEMS_TEST_CHECK([psxalarm01])
     132RTEMS_TEST_CHECK([psxautoinit01])
     133RTEMS_TEST_CHECK([psxautoinit02])
     134RTEMS_TEST_CHECK([psxbarrier01])
     135RTEMS_TEST_CHECK([psxcancel])
     136RTEMS_TEST_CHECK([psxcancel01])
     137RTEMS_TEST_CHECK([psxchroot01])
     138RTEMS_TEST_CHECK([psxclassic01])
     139RTEMS_TEST_CHECK([psxcleanup])
     140RTEMS_TEST_CHECK([psxcleanup01])
     141RTEMS_TEST_CHECK([psxcleanup02])
     142RTEMS_TEST_CHECK([psxclock])
     143RTEMS_TEST_CHECK([psxclock01])
     144RTEMS_TEST_CHECK([psxclockrealtime01])
     145RTEMS_TEST_CHECK([psxconcurrency01])
     146RTEMS_TEST_CHECK([psxcond01])
     147RTEMS_TEST_CHECK([psxcond02])
     148RTEMS_TEST_CHECK([psxconfig01])
     149RTEMS_TEST_CHECK([psxdevctl01])
     150RTEMS_TEST_CHECK([psxeintr_join])
     151RTEMS_TEST_CHECK([psxenosys])
     152RTEMS_TEST_CHECK([psxfatal01])
     153RTEMS_TEST_CHECK([psxfatal02])
     154RTEMS_TEST_CHECK([psxfchx01])
     155RTEMS_TEST_CHECK([psxfile01])
     156RTEMS_TEST_CHECK([psxfile02])
     157RTEMS_TEST_CHECK([psxfilelock01])
     158RTEMS_TEST_CHECK([psxgetattrnp01])
     159RTEMS_TEST_CHECK([psxgetrusage01])
     160RTEMS_TEST_CHECK([psxglobalcon01])
     161RTEMS_TEST_CHECK([psxglobalcon02])
     162RTEMS_TEST_CHECK([psxid01])
     163RTEMS_TEST_CHECK([psximfs01])
     164RTEMS_TEST_CHECK([psximfs02])
     165RTEMS_TEST_CHECK([psxintrcritical01])
     166RTEMS_TEST_CHECK([psxitimer])
     167RTEMS_TEST_CHECK([psxkey01])
     168RTEMS_TEST_CHECK([psxkey02])
     169RTEMS_TEST_CHECK([psxkey03])
     170RTEMS_TEST_CHECK([psxkey04])
     171RTEMS_TEST_CHECK([psxkey05])
     172RTEMS_TEST_CHECK([psxkey06])
     173RTEMS_TEST_CHECK([psxkey07])
     174RTEMS_TEST_CHECK([psxkey08])
     175RTEMS_TEST_CHECK([psxkey09])
     176RTEMS_TEST_CHECK([psxkey10])
     177RTEMS_TEST_CHECK([psxmmap01])
     178RTEMS_TEST_CHECK([psxmount])
     179RTEMS_TEST_CHECK([psxmsgq01])
     180RTEMS_TEST_CHECK([psxmsgq02])
     181RTEMS_TEST_CHECK([psxmsgq03])
     182RTEMS_TEST_CHECK([psxmsgq04])
     183RTEMS_TEST_CHECK([psxmutexattr01])
     184RTEMS_TEST_CHECK([psxobj01])
     185RTEMS_TEST_CHECK([psxonce01])
     186RTEMS_TEST_CHECK([psxpasswd01])
     187RTEMS_TEST_CHECK([psxpasswd02])
     188RTEMS_TEST_CHECK([psxpipe01])
     189RTEMS_TEST_CHECK([psxrdwrv])
     190RTEMS_TEST_CHECK([psxreaddir])
     191RTEMS_TEST_CHECK([psxrwlock01])
     192RTEMS_TEST_CHECK([psxsem01])
     193RTEMS_TEST_CHECK([psxshm01])
     194RTEMS_TEST_CHECK([psxshm02])
     195RTEMS_TEST_CHECK([psxsignal01])
     196RTEMS_TEST_CHECK([psxsignal02])
     197RTEMS_TEST_CHECK([psxsignal03])
     198RTEMS_TEST_CHECK([psxsignal04])
     199RTEMS_TEST_CHECK([psxsignal05])
     200RTEMS_TEST_CHECK([psxsignal06])
     201RTEMS_TEST_CHECK([psxspin01])
     202RTEMS_TEST_CHECK([psxstack01])
     203RTEMS_TEST_CHECK([psxstack02])
     204RTEMS_TEST_CHECK([psxstat])
     205RTEMS_TEST_CHECK([psxstrsignal01])
     206RTEMS_TEST_CHECK([psxsysconf])
     207RTEMS_TEST_CHECK([psxthreadname01])
     208RTEMS_TEST_CHECK([psxtime])
     209RTEMS_TEST_CHECK([psxtimer01])
     210RTEMS_TEST_CHECK([psxtimer02])
     211RTEMS_TEST_CHECK([psxtimes01])
     212RTEMS_TEST_CHECK([psxualarm])
     213RTEMS_TEST_CHECK([psxusleep])
     214RTEMS_TEST_CHECK([lib_a])
     215
     216AC_CONFIG_FILES([Makefile])
    217217AC_OUTPUT
Note: See TracChangeset for help on using the changeset viewer.