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
unicodeio: Fix wrong result on FreeBSD.
[gnulib.git]
/
modules
/
sys_stat-c++-tests
blob
03f0048f87e627c9a3d9ad87d3ff7b19b6e1f1c7
1
Files:
2
tests/test-sys_stat-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-sys_stat-c++
16
check_PROGRAMS += test-sys_stat-c++
17
test_sys_stat_c___SOURCES = test-sys_stat-c++.cc
18
test_sys_stat_c___LDADD = $(LDADD) $(LIBINTL) $(LIB_CLOCK_GETTIME)
19
endif