view modules/fnmatch-h-c++-tests @ 39489:42da40f0eed4

fnmatch-h: Add tests. * tests/test-fnmatch-h.c: New file. * modules/fnmatch-h-tests: New file. * tests/test-fnmatch-h-c++.cc: New file. * modules/fnmatch-h-c++-tests: New file.
author Bruno Haible <bruno@clisp.org>
date Mon, 06 Aug 2018 15:07:30 +0200
parents
children
line wrap: on
line source

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

Status:
c++-test

Depends-on:
ansi-c++-opt

configure.ac:

Makefile.am:
if ANSICXX
TESTS += test-fnmatch-h-c++
check_PROGRAMS += test-fnmatch-h-c++
test_fnmatch_h_c___SOURCES = test-fnmatch-h-c++.cc
endif