summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/Makefile.am
diff options
context:
space:
mode:
authorMarçal Comajoan Cara <mcomajoancara@gmail.com>2018-12-11 17:35:38 +0100
committerJoel Sherrill <joel@rtems.org>2018-12-11 13:22:38 -0600
commit6ab788dce7a9eb6195c482de46dd005ebb60849e (patch)
treec94fa515693425be33900b751c9db84a5cea952d /testsuites/psxtests/Makefile.am
parentpsxhdrs: Add POSIX Compliance Tests for wordexp.h (GCI 2018) (diff)
downloadrtems-6ab788dce7a9eb6195c482de46dd005ebb60849e.tar.bz2
psxhdrs: Implement POSIX API Signature Compliance Tests for poll.h (GCI 2018)
poll.h implements poll() which is not supported by RTEMS according to the RTEMS POSIX 1003.1 Compliance Guide. See #3657. This work was part of GCI 2018.
Diffstat (limited to 'testsuites/psxtests/Makefile.am')
-rw-r--r--testsuites/psxtests/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuites/psxtests/Makefile.am b/testsuites/psxtests/Makefile.am
index 3b1a13797e..5af3824fb5 100644
--- a/testsuites/psxtests/Makefile.am
+++ b/testsuites/psxtests/Makefile.am
@@ -1838,6 +1838,7 @@ lib_a_SOURCES = psxhdrs/devctl/posix_devctl.c \
## lib_a_SOURCES += psxhdrs/math/y0l.c See ticket #3638
## lib_a_SOURCES += psxhdrs/math/y1l.c See ticket #3638
## lib_a_SOURCES += psxhdrs/math/ynl.c See ticket #3638
+## lib_a_SOURCES += psxhdrs/poll/poll.c See ticket #3657
## lib_a_SOURCES += psxhdrs/ftw/nftw.c See ticket #2970
## lib_a_SOURCES += psxhdrs/stdio/getdelim.c See ticket #3633
## lib_a_SOURCES += psxhdrs/stdio/getline.c See ticket #3633