mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-08-27 04:50:53 +08:00
PR 1903/testing * Makefile.am, configure.ac, psxtmtests_plan.csv: Add test for message queues which covers most open, close, unlink cases as well as send/receive which do not involve task state changes. * psxtmmq01/.cvsignore, psxtmmq01/Makefile.am, psxtmmq01/init.c, psxtmmq01/psxtmmq01.doc: New files.
47 lines
944 B
Makefile
47 lines
944 B
Makefile
##
|
|
## $Id$
|
|
##
|
|
|
|
ACLOCAL_AMFLAGS = -I ../aclocal
|
|
|
|
SUBDIRS =
|
|
|
|
if HAS_POSIX
|
|
SUBDIRS += psxtmbarrier01
|
|
SUBDIRS += psxtmbarrier02
|
|
SUBDIRS += psxtmbarrier03
|
|
SUBDIRS += psxtmkey01
|
|
SUBDIRS += psxtmkey02
|
|
SUBDIRS += psxtmmq01
|
|
SUBDIRS += psxtmmutex01
|
|
SUBDIRS += psxtmmutex02
|
|
SUBDIRS += psxtmmutex03
|
|
SUBDIRS += psxtmmutex04
|
|
SUBDIRS += psxtmmutex05
|
|
SUBDIRS += psxtmmutex06
|
|
SUBDIRS += psxtmmutex07
|
|
SUBDIRS += psxtmnanosleep01
|
|
SUBDIRS += psxtmnanosleep02
|
|
SUBDIRS += psxtmrwlock01
|
|
SUBDIRS += psxtmrwlock02
|
|
SUBDIRS += psxtmrwlock03
|
|
SUBDIRS += psxtmrwlock04
|
|
SUBDIRS += psxtmrwlock05
|
|
SUBDIRS += psxtmrwlock06
|
|
SUBDIRS += psxtmrwlock07
|
|
SUBDIRS += psxtmsem01
|
|
SUBDIRS += psxtmsem02
|
|
SUBDIRS += psxtmsem03
|
|
SUBDIRS += psxtmsem04
|
|
SUBDIRS += psxtmsem05
|
|
SUBDIRS += psxtmsleep01
|
|
SUBDIRS += psxtmsleep02
|
|
SUBDIRS += psxtmthread01
|
|
SUBDIRS += psxtmthread03
|
|
endif
|
|
|
|
DIST_SUBDIRS = $(SUBDIRS)
|
|
|
|
include $(top_srcdir)/../automake/subdirs.am
|
|
include $(top_srcdir)/../automake/local.am
|