]> Kevux Git Server - kevux-tools/commit
Progress: Continue working on completing the remove program.
authorKevin Day <Kevin@kevux.org>
Wed, 12 Mar 2025 03:06:33 +0000 (22:06 -0500)
committerKevin Day <Kevin@kevux.org>
Wed, 12 Mar 2025 03:29:31 +0000 (22:29 -0500)
commit17e8ef72db17d7178764e1a2024ffb44a3d967d3
treeab411450ab7a368064b427569e1b546850735b0a
parente486448494c9bed623eaa7c1ee44bba553170939
Progress: Continue working on completing the remove program.

Add more runtime unit tests.

This begins adding simple directory recurse tests.
The current test written for this is incomplete and needs the `fl_directory_do()` to be unwrapped.
Then the individual parts need to be mocked as needed.
data/build/remove/settings-tests.remove
tests/unit/remove/c/mock-remove.c
tests/unit/remove/c/mock-remove.h
tests/unit/remove/c/test-remove-directory_no_args.c
tests/unit/remove/c/test-remove-directory_no_args.h
tests/unit/remove/c/test-remove-directory_recurse_simple.c [new file with mode: 0644]
tests/unit/remove/c/test-remove-directory_recurse_simple.h [new file with mode: 0644]
tests/unit/remove/c/test-remove-regular_no_args.c
tests/unit/remove/c/test-remove-regular_no_args.h
tests/unit/remove/c/test-remove.c
tests/unit/remove/c/test-remove.h