annotate modules/argmatch-tests @ 11555:7612308943f7

sys_socket: Define sockaddr_storage.
author Simon Josefsson <simon@josefsson.org>
date Fri, 08 May 2009 16:21:34 +0200
parents ae4587be462b
children a48d3d749ca5
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
8325
c08f9990bf58 Tests for module 'argmatch'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1 Files:
c08f9990bf58 Tests for module 'argmatch'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
2 tests/test-argmatch.c
c08f9990bf58 Tests for module 'argmatch'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
3
c08f9990bf58 Tests for module 'argmatch'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
4 Depends-on:
c08f9990bf58 Tests for module 'argmatch'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
5 progname
c08f9990bf58 Tests for module 'argmatch'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
6
c08f9990bf58 Tests for module 'argmatch'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
7 configure.ac:
c08f9990bf58 Tests for module 'argmatch'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
8
c08f9990bf58 Tests for module 'argmatch'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
9 Makefile.am:
c08f9990bf58 Tests for module 'argmatch'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
10 TESTS += test-argmatch
c08f9990bf58 Tests for module 'argmatch'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
11 check_PROGRAMS += test-argmatch
8698
ae4587be462b Fix --with-tests compilation on cygwin.
Eric Blake <ebb9@byu.net>
parents: 8631
diff changeset
12 test_argmatch_LDADD = $(LDADD) @LIBINTL@
8325
c08f9990bf58 Tests for module 'argmatch'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
13