Mercurial > hg > octave-lojdl > gnulib-hg
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 |
rev | line source |
---|---|
11549 | 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 | 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 | 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 | 12 Makefile.am: |
13 TESTS += test-glob | |
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 |