annotate modules/netdb-c++-tests @ 15333:f03da5e72c61

timespec-add, timespec-sub: new modules * lib/timespec.h (timespec_add, timespec_sub): New decls. * lib/timespec-add.c, lib/timespec-sub.c: * modules/timespec-add, modules/timespec-sub: New files.
author Paul Eggert <eggert@cs.ucla.edu>
date Thu, 30 Jun 2011 15:17:31 -0700
parents 3ef0721f611e
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
14665
3ef0721f611e netdb: Make it work in C++ mode.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1 Files:
3ef0721f611e netdb: Make it work in C++ mode.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
2 tests/test-netdb-c++.cc
3ef0721f611e netdb: Make it work in C++ mode.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
3 tests/signature.h
3ef0721f611e netdb: Make it work in C++ mode.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
4
3ef0721f611e netdb: Make it work in C++ mode.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
5 Status:
3ef0721f611e netdb: Make it work in C++ mode.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
6 c++-test
3ef0721f611e netdb: Make it work in C++ mode.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
7
3ef0721f611e netdb: Make it work in C++ mode.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
8 Depends-on:
3ef0721f611e netdb: Make it work in C++ mode.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
9 ansi-c++-opt
3ef0721f611e netdb: Make it work in C++ mode.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
10
3ef0721f611e netdb: Make it work in C++ mode.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
11 configure.ac:
3ef0721f611e netdb: Make it work in C++ mode.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
12
3ef0721f611e netdb: Make it work in C++ mode.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
13 Makefile.am:
3ef0721f611e netdb: Make it work in C++ mode.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
14 if ANSICXX
3ef0721f611e netdb: Make it work in C++ mode.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
15 TESTS += test-netdb-c++
3ef0721f611e netdb: Make it work in C++ mode.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
16 check_PROGRAMS += test-netdb-c++
3ef0721f611e netdb: Make it work in C++ mode.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
17 test_netdb_c___SOURCES = test-netdb-c++.cc
3ef0721f611e netdb: Make it work in C++ mode.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
18 test_netdb_c___LDADD = $(LDADD) $(GETADDRINFO_LIB)
3ef0721f611e netdb: Make it work in C++ mode.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
19 endif