summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/Makefile.am
diff options
context:
space:
mode:
authorJacob Shin <jacobshin313@gmail.com>2018-12-05 19:33:33 -0500
committerJoel Sherrill <joel@rtems.org>2018-12-05 22:17:54 -0600
commit95095bec50ca542ba264243dbce6c9e82967e34f (patch)
tree4bb99feae04615f64fd1fc9c13c55fbe137360ae /testsuites/psxtests/Makefile.am
parentpsxhdrs: Fix spacing (diff)
downloadrtems-95095bec50ca542ba264243dbce6c9e82967e34f.tar.bz2
psxhdrs: Add POSIX API Signature Compliance Tests for ftw.h (GCI 2018)
Diffstat (limited to 'testsuites/psxtests/Makefile.am')
-rw-r--r--testsuites/psxtests/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/testsuites/psxtests/Makefile.am b/testsuites/psxtests/Makefile.am
index 406fb6fcf7..32cd6ea464 100644
--- a/testsuites/psxtests/Makefile.am
+++ b/testsuites/psxtests/Makefile.am
@@ -1223,6 +1223,8 @@ lib_a_SOURCES = psxhdrs/devctl/posix_devctl.c \
## lib_a_SOURCES += psxhdrs/ulimit/ulimit.c
## lib_a_SOURCES += psxhdrs/monetary/strfmon.c
## lib_a_SOURCES += psxhdrs/monetary/strfmon_l.c
+## lib_a_SOURCES += psxhdrs/ftw/ftw.c See ticket #2970
+## lib_a_SOURCES += psxhdrs/ftw/nftw.c See ticket #2970
## Specific issues that tickets are tracking
## lib_a_SOURCES += psxhdrs/dirent/dirfd.c See ticket #3371