summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/Makefile.am
diff options
context:
space:
mode:
authorJacob Shin <jacobshin313@gmail.com>2018-12-04 17:29:37 -0500
committerJoel Sherrill <joel@rtems.org>2018-12-04 16:56:01 -0600
commitb0b095c8170c8259e894710b4028e2460aa560d8 (patch)
tree5d5503d4e7f786b0a3dc5ced6798face736eaac8 /testsuites/psxtests/Makefile.am
parentCapitalize Rtems to RTEMS (diff)
downloadrtems-b0b095c8170c8259e894710b4028e2460aa560d8.tar.bz2
psxhdrs: POSIX API Signature Compliance Tests for ulimit.h (GCI 2018)
Diffstat (limited to 'testsuites/psxtests/Makefile.am')
-rw-r--r--testsuites/psxtests/Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/testsuites/psxtests/Makefile.am b/testsuites/psxtests/Makefile.am
index a7ee8a59a4..c46bdd18e6 100644
--- a/testsuites/psxtests/Makefile.am
+++ b/testsuites/psxtests/Makefile.am
@@ -1148,6 +1148,10 @@ lib_a_SOURCES = psxhdrs/devctl/posix_devctl.c \
psxhdrs/sys/time/setitimer.c \
psxhdrs/sys/time/getitimer.c \
psxhdrs/sys/time/gettimeofday.c
+
+
+## Not supported yet
+## lib_a_SOURCES += psxhdrs/ulimit/ulimit.c
endif
rtems_tests_PROGRAMS = $(psx_tests)