view modules/time-c++-tests @ 40203:30d91797009f

autoupdate
author Karl Berry <karl@freefriends.org>
date Fri, 01 Mar 2019 08:42:42 -0800
parents d7eed0b7ef06
children
line wrap: on
line source

Files:
tests/test-time-c++.cc
tests/test-time-c++2.cc
tests/signature.h

Status:
c++-test

Depends-on:
ansi-c++-opt

configure.ac:

Makefile.am:
if ANSICXX
TESTS += test-time-c++
check_PROGRAMS += test-time-c++
test_time_c___SOURCES = test-time-c++.cc test-time-c++2.cc
test_time_c___LDADD = $(LDADD) $(LIBINTL) $(LIB_NANOSLEEP)
endif