view modules/glob-h-c++-tests @ 40196:e63f5d3edab5

relocatable-prog: Update documentation. * doc/relocatable-maint.texi (Supporting Relocation): Update to match the recent changes.
author Bruno Haible <bruno@clisp.org>
date Sun, 24 Feb 2019 01:49:15 +0100
parents c2e4326c3f66
children
line wrap: on
line source

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

Status:
c++-test

Depends-on:
ansi-c++-opt

configure.ac:

Makefile.am:
if ANSICXX
TESTS += test-glob-h-c++
check_PROGRAMS += test-glob-h-c++
test_glob_h_c___SOURCES = test-glob-h-c++.cc
test_glob_h_c___LDADD = $(LDADD) $(LIBINTL) $(LIB_CLOCK_GETTIME)
endif