]> Kevux Git Server - kevux-tools/commit
Progress: Continue working on completing the remove program.
authorKevin Day <Kevin@kevux.org>
Tue, 11 Mar 2025 04:47:08 +0000 (23:47 -0500)
committerKevin Day <Kevin@kevux.org>
Tue, 11 Mar 2025 04:54:36 +0000 (23:54 -0500)
commite486448494c9bed623eaa7c1ee44bba553170939
treecc88cfde1d3301d2e3df382bab753613300a7dd1
parent5f374d8209a34a0d2a786c5df9eb7a5c77fa9002
Progress: Continue working on completing the remove program.

Fix a bug exposed by the directory unit tests where the `recurse.path_top` is not being defined and must be.
Add additional safety checks to fall back to a NULL string if `recurse.path_top` is NULL.

Add basic file and directory tests.
There are still a lot more tests to write.
This should be an acceptable start.

Refresh the stand alone build settings and config.h files.
14 files changed:
data/build/remove/settings-mocks.remove
data/build/remove/settings-tests.remove
data/build/stand_alone/configs/remove-config.h
data/build/stand_alone/settings/settings.remove
sources/c/program/kevux/tools/remove/main/operate.c
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-directory_no_args.c [new file with mode: 0644]
tests/unit/remove/c/test-remove-directory_no_args.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