repo.or.cz
/
gnulib.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Do the Windows oldnames workaround through the C++ GNULIB_NAMESPACE.
[gnulib.git]
/
modules
/
string-c++-tests
blob
bd813bd892d1e22ecdc868663ca66e5cc93b6fe7
1
Files:
2
tests/test-string-c++.cc
3
tests/test-string-c++2.cc
4
tests/signature.h
5
6
Status:
7
c++-test
8
9
Depends-on:
10
ansi-c++-opt
11
12
configure.ac:
13
14
Makefile.am:
15
if ANSICXX
16
TESTS += test-string-c++
17
check_PROGRAMS += test-string-c++
18
test_string_c___SOURCES = test-string-c++.cc test-string-c++2.cc
19
test_string_c___LDADD = $(LDADD) $(LIBINTL) $(LIBTHREAD)
20
endif