summaryrefslogtreecommitdiff
path: root/modules/utmp-tests
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2023-01-21 21:13:20 +0100
committerBruno Haible <bruno@clisp.org>2023-01-21 21:13:20 +0100
commit9041103ed4a5bd4406d05cf12e46330b3dabb33c (patch)
tree262250837ca28be59f8f7893867997c4f105fe6b /modules/utmp-tests
parent6470d1e832f629e9366a168382be66328968a706 (diff)
downloadgnulib-9041103ed4a5bd4406d05cf12e46330b3dabb33c.tar.gz
login_tty: Ensure declaration in <utmp.h>.
* tests/test-utmp-c++.cc: New file. * modules/utmp-c++-tests: New file. * tests/test-utmp.c: New file. * modules/utmp-tests: New file. * lib/login_tty.c: Include <utmp.h>. * m4/login_tty.m4: New file. (gl_FUNC_LOGIN_TTY): Moved here from m4/pty.m4. Set HAVE_LOGIN_TTY. * m4/pty.m4 (gl_FUNC_LOGIN_TTY): Moved to m4/login_tty.m4. * modules/login_tty (Files): Add m4/login_tty.m4. (Depends-on): Add utmp. Remove pty. Update condition. (configure.ac): Update condition. Invoke gl_UTMP_MODULE_INDICATOR instead of gl_PTY_MODULE_INDICATOR. (Include): List <utmp.h>. * doc/glibc-functions/login_tty.texi: Mark the include file diversity as fixed. * tests/test-login_tty.c: Include <utmp.h>. Don't declare login_tty here. * lib/utmp.in.h: New file. * m4/utmp_h.m4: New file. * modules/utmp: New file. * doc/glibc-headers/utmp.texi: New file. * doc/gnulib.texi (Glibc Header File Substitutes): Include it.
Diffstat (limited to 'modules/utmp-tests')
-rw-r--r--modules/utmp-tests11
1 files changed, 11 insertions, 0 deletions
diff --git a/modules/utmp-tests b/modules/utmp-tests
new file mode 100644
index 0000000000..4fa3d62aa8
--- /dev/null
+++ b/modules/utmp-tests
@@ -0,0 +1,11 @@
+Files:
+tests/test-utmp.c
+
+Depends-on:
+utmp-c++-tests
+
+configure.ac:
+
+Makefile.am:
+TESTS += test-utmp
+check_PROGRAMS += test-utmp