]> Kevux Git Server - kevux-tools/commit
Progress: Continue working on completing the remove program.
authorKevin Day <Kevin@kevux.org>
Tue, 18 Mar 2025 01:20:32 +0000 (20:20 -0500)
committerKevin Day <Kevin@kevux.org>
Tue, 18 Mar 2025 02:32:44 +0000 (21:32 -0500)
commitbf990a10a2c24f6304bb04dc2569765abb5b2347
tree7aa864d0ed1604ec03449623ac21ee2a40a9f1e3
parent46ddf8b97c4c459b42476c0d0a22d8b074859ed5
Progress: Continue working on completing the remove program.

Add more recurse simple program unit tests.
Add the tree simple program unit tests.

Implement the tree delete operation.
Relocate the parent directory pre-process to a loop that is processed after all other files and directories are removed.
13 files changed:
data/build/remove/settings-tests.remove
sources/c/program/kevux/tools/remove/main/operate.c
sources/c/program/kevux/tools/remove/main/operate.h
sources/c/program/kevux/tools/remove/main/preprocess.c
sources/c/program/kevux/tools/remove/main/remove.c
tests/unit/remove/c/mock-remove.c
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_recurse_simple.h
tests/unit/remove/c/test-remove-directory_tree_simple.c [new file with mode: 0644]
tests/unit/remove/c/test-remove-directory_tree_simple.h [new file with mode: 0644]
tests/unit/remove/c/test-remove.c
tests/unit/remove/c/test-remove.h