Mercurial > hg > octave-nkf > gnulib-hg
annotate modules/netdb-c++-tests @ 16749:2c1499f688aa
logf-ieee: Fix test whether logf works.
* m4/logf.m4 (gl_FUNC_LOGF): Fix typo in test program.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Sun, 01 Apr 2012 19:31:01 +0200 |
parents | 3ef0721f611e |
children |
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 |