annotate 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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
11549
2cba55a848c7 New module glob-tests.
Simon Josefsson <simon@josefsson.org>
parents:
diff changeset
1 Files:
12496
a48d3d749ca5 Refactor common macros used in tests.
Bruno Haible <bruno@clisp.org>
parents: 12489
diff changeset
2 tests/test-glob.c
12956
c19b68efa446 Tests of module 'glob' in C++ mode.
Bruno Haible <bruno@clisp.org>
parents: 12496
diff changeset
3 tests/test-glob-c++.cc
12489
33ab12a7cea2 tests: add signature checks
Eric Blake <ebb9@byu.net>
parents: 11549
diff changeset
4 tests/signature.h
12496
a48d3d749ca5 Refactor common macros used in tests.
Bruno Haible <bruno@clisp.org>
parents: 12489
diff changeset
5 tests/macros.h
11549
2cba55a848c7 New module glob-tests.
Simon Josefsson <simon@josefsson.org>
parents:
diff changeset
6
12956
c19b68efa446 Tests of module 'glob' in C++ mode.
Bruno Haible <bruno@clisp.org>
parents: 12496
diff changeset
7 Depends-on:
c19b68efa446 Tests of module 'glob' in C++ mode.
Bruno Haible <bruno@clisp.org>
parents: 12496
diff changeset
8 ansi-c++-opt
c19b68efa446 Tests of module 'glob' in C++ mode.
Bruno Haible <bruno@clisp.org>
parents: 12496
diff changeset
9
c19b68efa446 Tests of module 'glob' in C++ mode.
Bruno Haible <bruno@clisp.org>
parents: 12496
diff changeset
10 configure.ac:
c19b68efa446 Tests of module 'glob' in C++ mode.
Bruno Haible <bruno@clisp.org>
parents: 12496
diff changeset
11
11549
2cba55a848c7 New module glob-tests.
Simon Josefsson <simon@josefsson.org>
parents:
diff changeset
12 Makefile.am:
2cba55a848c7 New module glob-tests.
Simon Josefsson <simon@josefsson.org>
parents:
diff changeset
13 TESTS += test-glob
2cba55a848c7 New module glob-tests.
Simon Josefsson <simon@josefsson.org>
parents:
diff changeset
14 check_PROGRAMS += test-glob
12956
c19b68efa446 Tests of module 'glob' in C++ mode.
Bruno Haible <bruno@clisp.org>
parents: 12496
diff changeset
15 if ANSICXX
c19b68efa446 Tests of module 'glob' in C++ mode.
Bruno Haible <bruno@clisp.org>
parents: 12496
diff changeset
16 TESTS += test-glob-c++
c19b68efa446 Tests of module 'glob' in C++ mode.
Bruno Haible <bruno@clisp.org>
parents: 12496
diff changeset
17 check_PROGRAMS += test-glob-c++
c19b68efa446 Tests of module 'glob' in C++ mode.
Bruno Haible <bruno@clisp.org>
parents: 12496
diff changeset
18 test_glob_c___SOURCES = test-glob-c++.cc
c19b68efa446 Tests of module 'glob' in C++ mode.
Bruno Haible <bruno@clisp.org>
parents: 12496
diff changeset
19 test_glob_c___LDADD = $(LDADD) $(LIBINTL) $(LIB_CLOCK_GETTIME)
c19b68efa446 Tests of module 'glob' in C++ mode.
Bruno Haible <bruno@clisp.org>
parents: 12496
diff changeset
20 endif