]> git.ipfire.org Git - thirdparty/FORT-validator.git/commit
Add unit testing framework
authorAlberto Leiva Popper <ydahhrk@gmail.com>
Wed, 29 Aug 2018 22:23:03 +0000 (17:23 -0500)
committerAlberto Leiva Popper <ydahhrk@gmail.com>
Wed, 29 Aug 2018 22:51:43 +0000 (17:51 -0500)
commitf402fcbee8bdf9979bb0a171d403adf311d89e75
tree3116a77b09ff2f1d634332f87fb2bc9e5a7b1812
parente57470f45545baae8ce3af9446b33bb6caa82c3d
Add unit testing framework

And fix some bugs as a side effect.
12 files changed:
.gitignore
Makefile.am
configure.ac
src/rtr/pdu.c
src/rtr/primitive_reader.c
src/rtr/primitive_reader.h
test/Makefile.am [new file with mode: 0644]
test/README.md [new file with mode: 0644]
test/rtr/pdu_test.c [new file with mode: 0644]
test/rtr/primitive_reader_test.c [new file with mode: 0644]
test/rtr/stream.c [new file with mode: 0644]
test/rtr/stream.h [new file with mode: 0644]