]> git.ipfire.org Git - thirdparty/lldpd.git/commit
Unit tests for packing/unpacking.
authorVincent Bernat <bernat@luffy.cx>
Sun, 5 Jul 2009 17:30:56 +0000 (19:30 +0200)
committerVincent Bernat <bernat@luffy.cx>
Tue, 7 Jul 2009 13:23:39 +0000 (15:23 +0200)
commit2acc14181074a882633693a2fa9c91dc06c9d30b
treeb7895ec6c3e9f849cb51828ffca7f54e93cd6bcf
parent72dc524ebdfc979c93ae789fa9bc67b9ada6e012
Unit tests for packing/unpacking.

We build a static library liblldpd.la to ease linking to tests.
liblldpd.la is equal to lldpd except:
 - no main (but lldpd_main instead)
 - no link to netsnmp (because libtool try to link many many more
   things)
Makefile.am
configure.ac
src/Makefile.am
src/lldpd.c
src/lldpd.h
src/main.c [new file with mode: 0644]
tests/Makefile.am [new file with mode: 0644]
tests/check_pack.c [new file with mode: 0644]