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
iconv-h: Fix module description.
[gnulib.git]
/
modules
/
dirent-c++-tests
blob
8b60ee93952070f2b9320fc2f82873d947ee75c3
1
Files:
2
tests/test-dirent-c++.cc
3
tests/signature.h
4
5
Status:
6
c++-test
7
8
Depends-on:
9
ansi-c++-opt
10
11
configure.ac:
12
13
Makefile.am:
14
if ANSICXX
15
TESTS += test-dirent-c++
16
check_PROGRAMS += test-dirent-c++
17
test_dirent_c___SOURCES = test-dirent-c++.cc
18
test_dirent_c___LDADD = $(LDADD) $(LIBINTL) $(LIB_NANOSLEEP)
19
endif