diff options
author | Bruno Haible <bruno@clisp.org> | 2007-02-18 04:14:34 +0000 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2007-02-18 04:14:34 +0000 |
commit | 0f52e28459a6dfb94d9572e1fea0a28a1952c3cb (patch) | |
tree | 716083b6684b1d48f5174a085796d49aaf3000ce /modules | |
parent | 772b2ab2516a7f1a46b1df832816f44653fdfede (diff) | |
download | gnulib-0f52e28459a6dfb94d9572e1fea0a28a1952c3cb.tar.gz |
Tests of module 'netinet_in'.
Diffstat (limited to 'modules')
-rw-r--r-- | modules/netinet_in-tests | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/modules/netinet_in-tests b/modules/netinet_in-tests new file mode 100644 index 0000000000..8e5696e21c --- /dev/null +++ b/modules/netinet_in-tests @@ -0,0 +1,13 @@ +Files: +tests/test-netinet_in.c + +Depends-on: + +configure.ac: + +Makefile.am: +TESTS += test-netinet_in +check_PROGRAMS += test-netinet_in + +License: +LGPL |