summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/README9
1 files changed, 8 insertions, 1 deletions
diff --git a/test/README b/test/README
index 50c9e89..c602d37 100644
--- a/test/README
+++ b/test/README
@@ -15,7 +15,7 @@ time.h - asctime() and asctime_r()
assert.h - assert() macro
syslog.h - closelog(), openlog(), setlogmask(), syslog()
rexgexp.h - advance() is tested, compile() is not.
-unistd.h - confstr() is not tested.
+unistd.h - confstr() is not tested, nor are the exec* functions.
math.h - cos(), cosh(): these will need <math.h>.
stdio.h - ctermid() not tested; SuS includes <stdio.h>
time.h - ctime_r(), difftime(), and daylight are not tested, but ctime() is.
@@ -26,3 +26,10 @@ dirent.h - all entry points depend on struct dirent.
libgen.h - basename() tested, dirname() not.
stdio.h - div() not tested; SuS includes <stdio.h>
dlfcn.h - dlclose(), dlerror(), dlopen(), dlsym() not tested
+grp.h - functions not tested, getgrent() depends omn <grp.h>
+pwd.h - functions not tested, getpwent() depends omn <pwd.h>
+utmpx.h - functions not tested, most depend on <utmpx.h>
+math.h - erf(), erfc(), exp() not tested.
+
+For other dependencies not tested, see the commented-out lines in deheader's
+dependency table.