Mercurial > hg > octave-kai > gnulib-hg
annotate modules/netdb-c++-tests @ 17476:6057744acd2c default tip master
autoupdate
author | Karl Berry <karl@freefriends.org> |
---|---|
date | Fri, 16 Aug 2013 06:32:22 -0700 |
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 |