]> Kevux Git Server - kevux-tools/commit
Progress: Continue working on completing the remove program.
authorKevin Day <Kevin@kevux.org>
Wed, 26 Mar 2025 22:43:56 +0000 (17:43 -0500)
committerKevin Day <Kevin@kevux.org>
Wed, 26 Mar 2025 22:54:50 +0000 (17:54 -0500)
commit4ad50604fb4f31d5f50225d01cfb4c885c6a767d
tree73357aeb5f3c759acd702a0a4248a8e19747402b
parentff8def1c6a94c6d80718e9d25c1f42fd1c23e662
Progress: Continue working on completing the remove program.

This wraps up most of the `remove` program functionality.
It seems that I already had Time and EpochTime logic in place and I didn't have to do anything.
Add the program unit tests for time and EpochTime.

Fix some documentation comments in the program unit tests.

There is a remaining `@todo` in the `remove` program that will need to be address in the FLL.
I will have to brain storm on how I want to do this and I may end up adding callbacks to all file read and write functions.
12 files changed:
data/build/remove/settings-tests.remove
sources/c/program/kevux/tools/remove/main/convert.c
tests/unit/remove/c/test-remove-date_accessed.h
tests/unit/remove/c/test-remove-date_updated.h
tests/unit/remove/c/test-remove-epochtime.c [new file with mode: 0644]
tests/unit/remove/c/test-remove-epochtime.h [new file with mode: 0644]
tests/unit/remove/c/test-remove-time.c [new file with mode: 0644]
tests/unit/remove/c/test-remove-time.h [new file with mode: 0644]
tests/unit/remove/c/test-remove-unix.c
tests/unit/remove/c/test-remove-unix.h
tests/unit/remove/c/test-remove.c
tests/unit/remove/c/test-remove.h