Add Regist Tests

This commit is contained in:
Florian Märkl 2019-08-15 15:32:59 +02:00
commit 0694af09ad
No known key found for this signature in database
GPG key ID: 125BC8A5A6A1E857
12 changed files with 187 additions and 58 deletions

View file

@ -12,7 +12,8 @@ add_executable(chiaki-unit
reorderqueue.c
fec.c
test_log.c
test_log.h)
test_log.h
regist.c)
target_link_libraries(chiaki-unit chiaki-lib munit)