Tests of module 'math' in C++ mode.
[gnulib.git] / modules / glob-tests
1 Files:
2 tests/test-glob.c
3 tests/test-glob-c++.cc
4 tests/signature.h
5 tests/macros.h
6
7 Depends-on:
8 ansi-c++-opt
9
10 configure.ac:
11
12 Makefile.am:
13 TESTS += test-glob
14 check_PROGRAMS += test-glob
15 if ANSICXX
16 TESTS += test-glob-c++
17 check_PROGRAMS += test-glob-c++
18 test_glob_c___SOURCES = test-glob-c++.cc
19 test_glob_c___LDADD = $(LDADD) $(LIBINTL) $(LIB_CLOCK_GETTIME)
20 endif