summaryrefslogtreecommitdiff
path: root/gnulib/modules/glob-c++-tests
blob: daa3ec71ac415acae37df0882267ef31b0189d4d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Files:
tests/test-glob-c++.cc
tests/signature.h

Status:
c++-test

Depends-on:
ansi-c++-opt

configure.ac:

Makefile.am:
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