]> Kevux Git Server - fll/commit
Progress: Add "works" unit test for basic object read and basic content read.
authorKevin Day <kevin@kevux.org>
Tue, 23 Jan 2024 03:42:07 +0000 (21:42 -0600)
committerKevin Day <kevin@kevux.org>
Tue, 23 Jan 2024 03:42:07 +0000 (21:42 -0600)
commitcb7fc88118cefd6756e1ae7aab83891d887cfb4c
tree66c0a4b96e945aeb57b7694d6101b8a9dd6833d9
parenta9d0b4fbb4a019cde8041e61fc02121b335f4280
Progress: Add "works" unit test for basic object read and basic content read.

My goal is to get to writing the payload tests but getting these other unit tests figured out first will make that process easier.

These "works" unit tests are intended to be very simple at this time.
There are no checks for comments.
The NULL data is not checked, partially due to the use of getline() and string comparison.
12 files changed:
level_1/fl_fss/data/build/settings-tests
level_1/fl_fss/data/tests/contents/basic-all_read.txt [new file with mode: 0644]
level_1/fl_fss/data/tests/objects/basic-all_read.txt [new file with mode: 0644]
level_1/fl_fss/data/tests/strings/basic-all_read.txt [new file with mode: 0644]
level_1/fl_fss/tests/unit/c/data-fss.c [new file with mode: 0644]
level_1/fl_fss/tests/unit/c/data-fss.h [new file with mode: 0644]
level_1/fl_fss/tests/unit/c/test-fss-basic_content_read.c
level_1/fl_fss/tests/unit/c/test-fss-basic_content_read.h
level_1/fl_fss/tests/unit/c/test-fss-basic_object_read.c
level_1/fl_fss/tests/unit/c/test-fss-basic_object_read.h
level_1/fl_fss/tests/unit/c/test-fss.c
level_1/fl_fss/tests/unit/c/test-fss.h