mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-18 23:42:00 +03:00
21 lines
343 B
Plaintext
21 lines
343 B
Plaintext
Files:
|
|
tests/test-stdio-c++.cc
|
|
tests/test-stdio-c++2.cc
|
|
tests/signature.h
|
|
|
|
Status:
|
|
c++-test
|
|
|
|
Depends-on:
|
|
ansi-c++-opt
|
|
|
|
configure.ac:
|
|
|
|
Makefile.am:
|
|
if ANSICXX
|
|
TESTS += test-stdio-c++
|
|
check_PROGRAMS += test-stdio-c++
|
|
test_stdio_c___SOURCES = test-stdio-c++.cc test-stdio-c++2.cc
|
|
test_stdio_c___LDADD = $(LDADD) $(LIBINTL) $(LIB_NANOSLEEP)
|
|
endif
|