Add Test for Takion Send Buffer

This commit is contained in:
Florian Märkl 2019-07-31 16:48:03 +02:00
commit 03b81e9509
No known key found for this signature in database
GPG key ID: 125BC8A5A6A1E857
6 changed files with 192 additions and 4 deletions

View file

@ -10,7 +10,9 @@ add_executable(chiaki-unit
takion.c
seqnum.c
reorderqueue.c
fec.c)
fec.c
test_log.c
test_log.h)
target_link_libraries(chiaki-unit chiaki-lib munit)