annotate modules/stdlib-c++-tests @ 17431:744044c581c4

getcwd-lgpl: port to Tru64 * lib/getcwd-lgpl.c: Include <stdlib.h>, for malloc etc. Problem reported by Steven M. Schweda in <http://lists.gnu.org/archive/html/bug-gzip/2013-06/msg00010.html>.
author Paul Eggert <eggert@cs.ucla.edu>
date Tue, 11 Jun 2013 19:52:46 -0700
parents 1cdd9ed93c4e
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
13082
d7eed0b7ef06 Split C++ tests into separate tests modules.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1 Files:
d7eed0b7ef06 Split C++ tests into separate tests modules.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
2 tests/test-stdlib-c++.cc
d7eed0b7ef06 Split C++ tests into separate tests modules.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
3 tests/test-stdlib-c++2.cc
d7eed0b7ef06 Split C++ tests into separate tests modules.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
4 tests/signature.h
d7eed0b7ef06 Split C++ tests into separate tests modules.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
5
d7eed0b7ef06 Split C++ tests into separate tests modules.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
6 Status:
d7eed0b7ef06 Split C++ tests into separate tests modules.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
7 c++-test
d7eed0b7ef06 Split C++ tests into separate tests modules.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
8
d7eed0b7ef06 Split C++ tests into separate tests modules.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
9 Depends-on:
d7eed0b7ef06 Split C++ tests into separate tests modules.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
10 ansi-c++-opt
d7eed0b7ef06 Split C++ tests into separate tests modules.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
11
d7eed0b7ef06 Split C++ tests into separate tests modules.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
12 configure.ac:
d7eed0b7ef06 Split C++ tests into separate tests modules.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
13
d7eed0b7ef06 Split C++ tests into separate tests modules.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
14 Makefile.am:
d7eed0b7ef06 Split C++ tests into separate tests modules.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
15 if ANSICXX
d7eed0b7ef06 Split C++ tests into separate tests modules.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
16 TESTS += test-stdlib-c++
d7eed0b7ef06 Split C++ tests into separate tests modules.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
17 check_PROGRAMS += test-stdlib-c++
d7eed0b7ef06 Split C++ tests into separate tests modules.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
18 test_stdlib_c___SOURCES = test-stdlib-c++.cc test-stdlib-c++2.cc
14035
1cdd9ed93c4e Fix more C++ link errors on Solaris 8.
Bruno Haible <bruno@clisp.org>
parents: 13082
diff changeset
19 test_stdlib_c___LDADD = $(LDADD) $(LIBINTL) $(LIB_CLOCK_GETTIME) $(LIB_EACCESS)
13082
d7eed0b7ef06 Split C++ tests into separate tests modules.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
20 endif