mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-08 17:22:05 +03:00
* 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.
20 lines
293 B
Plaintext
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
|