view modules/glob-tests @ 12956:c19b68efa446

Tests of module 'glob' in C++ mode.
author Bruno Haible <bruno@clisp.org>
date Mon, 08 Mar 2010 02:30:09 +0100
parents a48d3d749ca5
children d7eed0b7ef06
line wrap: on
line source

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

Depends-on:
ansi-c++-opt

configure.ac:

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