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

20 lines
293 B
Plaintext

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