]> Kevux Git Server - kevux-tools/commit
Progress: Continue working on completing the remove program.
authorKevin Day <Kevin@kevux.org>
Sun, 23 Mar 2025 04:05:42 +0000 (23:05 -0500)
committerKevin Day <Kevin@kevux.org>
Sun, 23 Mar 2025 04:07:42 +0000 (23:07 -0500)
commita6449ac306f8031f6fdac42dffc40b771ee7198f
tree7e27c41d278037683860d7bb290ed384928c81c3
parentb0881790e5bd2b59610df0578658e693f160a211
Progress: Continue working on completing the remove program.

Update the `fakefile` to allow for choosing only just `remove` or just `tacocat`.

Begin adding the date tests.
Fix problems as encountered.
Make the start and end dates initially the same when populated from the clock.
24 files changed:
data/build/fakefile
data/build/remove/settings-mocks.remove
data/build/remove/settings-tests.remove
sources/c/program/kevux/tools/remove/main/common.c
sources/c/program/kevux/tools/remove/main/convert.c
sources/c/program/kevux/tools/remove/main/convert.h
sources/c/program/kevux/tools/remove/main/preprocess.c
tests/unit/remove/c/mock-remove.c
tests/unit/remove/c/mock-remove.h
tests/unit/remove/c/test-remove-date_changed.c [new file with mode: 0644]
tests/unit/remove/c/test-remove-date_changed.h [new file with mode: 0644]
tests/unit/remove/c/test-remove-directory_no_args.c
tests/unit/remove/c/test-remove-directory_recurse_simple.c
tests/unit/remove/c/test-remove-directory_tree_simple.c
tests/unit/remove/c/test-remove-file_mode.c
tests/unit/remove/c/test-remove-file_type.c
tests/unit/remove/c/test-remove-force.c
tests/unit/remove/c/test-remove-group.c
tests/unit/remove/c/test-remove-print_help.c
tests/unit/remove/c/test-remove-print_version.c
tests/unit/remove/c/test-remove-regular_no_args.c
tests/unit/remove/c/test-remove-user.c
tests/unit/remove/c/test-remove.c
tests/unit/remove/c/test-remove.h