Mercurial > hg > octave-kai > gnulib-hg
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 |
rev | line source |
---|---|
8325 | 1 Files: |
2 tests/test-argmatch.c | |
3 | |
4 Depends-on: | |
5 progname | |
6 | |
7 configure.ac: | |
8 | |
9 Makefile.am: | |
10 TESTS += test-argmatch | |
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 | 13 |