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
/
time-c++-tests
blob
c811d6fd42a505cfac34b2879cf84beb8beef662
1
Files:
2
tests/test-time-c++.cc
3
tests/test-time-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-time-c++
17
check_PROGRAMS += test-time-c++
18
test_time_c___SOURCES = test-time-c++.cc test-time-c++2.cc
19
test_time_c___LDADD = $(LDADD) $(LIBINTL) $(LIB_NANOSLEEP)
20
endif