blob: 63301818698e7639fb875eb5aef905bd09cbb5dd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
Files:
tests/test-stdio.c
tests/test-stdio-c++.cc
tests/test-stdio-c++2.cc
tests/signature.h
Depends-on:
verify
ansi-c++-opt
configure.ac:
Makefile.am:
TESTS += test-stdio
check_PROGRAMS += test-stdio
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
|