diff options
| author | Bruno Haible <bruno@clisp.org> | 2011-09-20 21:25:50 +0200 |
|---|---|---|
| committer | Bruno Haible <bruno@clisp.org> | 2011-09-20 21:25:50 +0200 |
| commit | 7ed81272c6a6fd3e37dd28c1ae4189fd649fb920 (patch) | |
| tree | 0f330d432ac472115520987df1371cad696baed5 /modules/bind-tests | |
| parent | 63a57d0ebc9c576d322b0388764f6a182a88003d (diff) | |
| download | gnulib-7ed81272c6a6fd3e37dd28c1ae4189fd649fb920.tar.gz | |
Tests for module 'bind'.
* modules/bind-tests: New file.
* tests/test-bind.c: New file.
Diffstat (limited to 'modules/bind-tests')
| -rw-r--r-- | modules/bind-tests | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/modules/bind-tests b/modules/bind-tests new file mode 100644 index 0000000000..9ffb71f5b6 --- /dev/null +++ b/modules/bind-tests @@ -0,0 +1,16 @@ +Files: +tests/test-bind.c +tests/signature.h +tests/macros.h + +Depends-on: +netinet_in +sockets +inet_pton + +configure.ac: + +Makefile.am: +TESTS += test-bind +check_PROGRAMS += test-bind +test_bind_LDADD = $(LDADD) @LIBSOCKET@ $(INET_PTON_LIB) |
