1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-08-08 17:22:05 +03:00
Files
gnulib/modules/utmp-h-c++-tests
Bruno Haible cb2fa25e81 Rename module utmp to utmp-h.
* modules/utmp-h: Renamed from modules/utmp.
* modules/utmp-h-tests: Renamed from modules/utmp-tests.
* modules/utmp-h-c++-tests: Renamed from modules/utmp-c++-tests.
* tests/test-utmp-h.c: Renamed from tests/test-utmp.c.
* tests/test-utmp-h-c++.cc: Renamed from tests/test-utmp-c++.cc.
* doc/posix-headers/utmp.texi: Update.
* modules/* (Depends-on): Update.
* modules/utmp: New file.
2024-12-27 23:43:25 +01:00

20 lines
288 B
Plaintext

Files:
tests/test-utmp-h-c++.cc
tests/signature.h
Status:
c++-test
Depends-on:
ansi-c++-opt
configure.ac:
Makefile.am:
if ANSICXX
TESTS += test-utmp-h-c++
check_PROGRAMS += test-utmp-h-c++
test_utmp_h_c___SOURCES = test-utmp-h-c++.cc
test_utmp_h_c___LDADD = $(LDADD) $(PTY_LIB)
endif