blob: 814556be60581d1f9fa6d59646b59a552bf24bb6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
Files:
tests/test-time-h-c++.cc
tests/test-time-h-c++2.cc
tests/signature.h
Status:
c++-test
Depends-on:
ansi-c++-opt
configure.ac:
Makefile.am:
if ANSICXX
TESTS += test-time-h-c++
check_PROGRAMS += test-time-h-c++
test_time_h_c___SOURCES = test-time-h-c++.cc test-time-h-c++2.cc
test_time_h_c___LDADD = $(LDADD) $(LIBINTL) $(NANOSLEEP_LIB) $(CLOCK_TIME_LIB)
endif
|