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

19 lines
259 B
Plaintext

Files:
tests/test-termios-h-c++.cc
tests/signature.h
Status:
c++-test
Depends-on:
ansi-c++-opt
configure.ac:
Makefile.am:
if ANSICXX
TESTS += test-termios-h-c++
check_PROGRAMS += test-termios-h-c++
test_termios_h_c___SOURCES = test-termios-h-c++.cc
endif