From a803bd9e737d6be3059a34b52250d6e09983865d Mon Sep 17 00:00:00 2001 From: zehata Date: Fri, 7 Dec 2018 00:49:32 +0800 Subject: Added POSIX Compliance Test for (GCI 2018) --- testsuites/psxtests/Makefile.am | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) (limited to 'testsuites/psxtests/Makefile.am') diff --git a/testsuites/psxtests/Makefile.am b/testsuites/psxtests/Makefile.am index d24466da43..1523dde08d 100644 --- a/testsuites/psxtests/Makefile.am +++ b/testsuites/psxtests/Makefile.am @@ -1475,6 +1475,37 @@ lib_a_SOURCES = psxhdrs/devctl/posix_devctl.c \ psxhdrs/complex/ctanhf.c \ psxhdrs/complex/ctanhl.c \ psxhdrs/complex/ctanl.c \ + psxhdrs/complex/ctanl.c \ + psxhdrs/ctype/isalnum.c \ + psxhdrs/ctype/isalnum_l.c \ + psxhdrs/ctype/isalpha.c \ + psxhdrs/ctype/isalpha_l.c \ + psxhdrs/ctype/isascii.c \ + psxhdrs/ctype/isblank.c \ + psxhdrs/ctype/isblank_l.c \ + psxhdrs/ctype/iscntrl.c \ + psxhdrs/ctype/iscntrl_l.c \ + psxhdrs/ctype/isdigit.c \ + psxhdrs/ctype/isdigit_l.c \ + psxhdrs/ctype/isgraph.c \ + psxhdrs/ctype/isgraph_l.c \ + psxhdrs/ctype/islower.c \ + psxhdrs/ctype/islower_l.c \ + psxhdrs/ctype/isprint.c \ + psxhdrs/ctype/isprint_l.c \ + psxhdrs/ctype/ispunct.c \ + psxhdrs/ctype/ispunct_l.c \ + psxhdrs/ctype/isspace.c \ + psxhdrs/ctype/isspace_l.c \ + psxhdrs/ctype/isupper.c \ + psxhdrs/ctype/isupper_l.c \ + psxhdrs/ctype/isxdigit.c \ + psxhdrs/ctype/isxdigit_l.c \ + psxhdrs/ctype/toascii.c \ + psxhdrs/ctype/tolower.c \ + psxhdrs/ctype/tolower_l.c \ + psxhdrs/ctype/toupper.c \ + psxhdrs/ctype/toupper_l.c \ psxhdrs/wctype/iswalnum.c \ psxhdrs/wctype/iswalnum_l.c \ psxhdrs/wctype/iswalpha.c \ -- cgit v1.2.3