]> Kevux Git Server - kevux-tools/commit
Progress: Continue working on completing the remove program.
authorKevin Day <Kevin@kevux.org>
Mon, 24 Mar 2025 02:16:41 +0000 (21:16 -0500)
committerKevin Day <Kevin@kevux.org>
Mon, 24 Mar 2025 02:19:13 +0000 (21:19 -0500)
commit47588215159a2ba3a20d1504f30b192ebd568eb6
tree09d18e31b66fcc09c665c1f9d2572479b426fc91
parentffbb2c201a8ce9c5a936d2032b361720e567f809
Progress: Continue working on completing the remove program.

This adds the yesterday and today program unit tests.

Focus on getting the unit tests working and correcting the logic.
There is a lot of logic surrounding the relative dates and times that makes this ripe for an error.
I will need to add more program unit tests over time to better catch logic mistakes.
sources/c/program/kevux/tools/remove/main/common/define.h
sources/c/program/kevux/tools/remove/main/convert.c
sources/c/program/kevux/tools/remove/main/preprocess.c
tests/unit/remove/c/test-remove-date_changed.c
tests/unit/remove/c/test-remove-date_changed.h
tests/unit/remove/c/test-remove.c