view modules/monetary-c++-tests @ 40242:e84036edb2ff

bitset, timevar: Depend on c99 Reported by Bruno Haible. * modules/bitset, modules/timevar (Depends-on): Add c99.
author Akim Demaille <akim.demaille@gmail.com>
date Sun, 17 Mar 2019 08:34:22 +0100
parents 189d600a9236
children
line wrap: on
line source

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

Status:
c++-test

Depends-on:
ansi-c++-opt

configure.ac:

Makefile.am:
if ANSICXX
TESTS += test-monetary-c++
check_PROGRAMS += test-monetary-c++
test_monetary_c___SOURCES = test-monetary-c++.cc
endif