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
Fix "warning: 'format' attribute argument not supported: rpl_printf".
[gnulib.git]
/
modules
/
map-c++-tests
blob
edfbf2823f4f7b2b37e94c786e3f049b84a4f1a7
1
Files:
2
tests/test-map-c++.cc
3
tests/macros.h
4
5
Depends-on:
6
ansi-c++-opt
7
array-map
8
9
configure.ac:
10
11
Makefile.am:
12
if ANSICXX
13
TESTS += test-map-c++
14
check_PROGRAMS += test-map-c++
15
test_map_c___SOURCES = test-map-c++.cc
16
test_map_c___LDADD = $(LDADD) @LIBINTL@
17
endif