]> Kevux Git Server - fll/commit
Progress: Continue adding FSS Payload processing code.
authorKevin Day <thekevinday@gmail.com>
Fri, 19 Jan 2024 03:54:52 +0000 (21:54 -0600)
committerKevin Day <thekevinday@gmail.com>
Fri, 19 Jan 2024 03:54:52 +0000 (21:54 -0600)
commitf5a7502ac27f24ab2dc69a4f6293c312bf6604de
tree305775a20633eb6c936844906f6cc239252a8916
parentbe551bdec512d12d06e974499d8d1934068b61fa
Progress: Continue adding FSS Payload processing code.

This also adds the beginnings of unit tests for the fl_fss project, specifically for the fl_fss_payload_header_map() function.
The tests for fl_fss_payload_header_map() will be rather complex and so I will likely break the tests for fl_fss_payload_header_map() into multiple files.
15 files changed:
level_0/f_abstruse/c/abstruse/map.h
level_0/f_abstruse/tests/unit/c/mock-abstruse.h
level_0/f_fss/c/fss/payload.h
level_1/fl_fss/c/fss/payload.c
level_1/fl_fss/c/fss/payload.h
level_1/fl_fss/c/fss/payload/define.h
level_1/fl_fss/c/fss/payload/type.h
level_1/fl_fss/c/fss/private-payload.c
level_1/fl_fss/c/fss/private-payload.h
level_1/fl_fss/data/build/dependencies-tests [new file with mode: 0644]
level_1/fl_fss/data/build/settings-tests [new file with mode: 0644]
level_1/fl_fss/tests/unit/c/test-fss-payload_header_map.c [new file with mode: 0644]
level_1/fl_fss/tests/unit/c/test-fss-payload_header_map.h [new file with mode: 0644]
level_1/fl_fss/tests/unit/c/test-fss.c [new file with mode: 0644]
level_1/fl_fss/tests/unit/c/test-fss.h [new file with mode: 0644]