mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-14 14:01:48 +03:00
* modules/termios-c++-tests: New file. * modules/termios-tests: New file. * tests/test-termios-c++.cc: New file. * tests/test-termios.c: New file.
19 lines
249 B
Plaintext
19 lines
249 B
Plaintext
Files:
|
|
tests/test-termios-c++.cc
|
|
tests/signature.h
|
|
|
|
Status:
|
|
c++-test
|
|
|
|
Depends-on:
|
|
ansi-c++-opt
|
|
|
|
configure.ac:
|
|
|
|
Makefile.am:
|
|
if ANSICXX
|
|
TESTS += test-termios-c++
|
|
check_PROGRAMS += test-termios-c++
|
|
test_termios_c___SOURCES = test-termios-c++.cc
|
|
endif
|