]> Kevux Git Server - kevux-tools/commit
Progress: Continue working on completing the remove program.
authorKevin Day <Kevin@kevux.org>
Sat, 8 Mar 2025 05:37:15 +0000 (23:37 -0600)
committerKevin Day <Kevin@kevux.org>
Sat, 8 Mar 2025 05:39:35 +0000 (23:39 -0600)
commitcf7ad88181c8213d401d9af6208062e82d741e28
tree5fa583fcf433f591d1e03530fe096d9eb3befce8
parentde4cd92a5f3b1708c7fc9545e721c50cf6811750
Progress: Continue working on completing the remove program.

This adds the beginnings of the runtime, unit test like, testing.
This approach for a runtime test is being done to make mocking functions easier.
The goal here is to not have actual files created and especially to have no files actually deleted.

If the delete doesn't work properly, then there should be no consequences due to not actually running any real deletes.

The current state of this simply tests the help and version parameters.
I chose this as a way to hash out the process that I am going to use.

This fixes a mistake in the individual library link name for `-lfl_directory`.

Remove unused `kt_remove_main_t *main ` declaration.

Fix documentation comments for several header files.
26 files changed:
data/build/remove/defines
data/build/remove/dependencies-tests [new file with mode: 0644]
data/build/remove/settings
data/build/remove/settings-mocks.remove [new file with mode: 0644]
data/build/remove/settings-objects [new file with mode: 0644]
data/build/remove/settings-tests.remove [new file with mode: 0644]
data/build/remove/settings.remove
data/build/remove/testfile [new file with mode: 0644]
sources/c/program/kevux/tools/remove/main/print/error.c
sources/c/program/kevux/tools/remove/remove/main.c
sources/c/program/kevux/tools/remove/remove/main.h
sources/c/program/kevux/tools/remove/remove/remove.h
sources/c/program/kevux/tools/remove/remove/string.h
sources/c/program/kevux/tools/tacocat/tacocat/main.h
sources/c/program/kevux/tools/tacocat/tacocat/string.h
sources/c/program/kevux/tools/tacocat/tacocat/tacocat.h
tests/unit/remove/c/main-test-remove.c [new file with mode: 0644]
tests/unit/remove/c/main-test-remove.h [new file with mode: 0644]
tests/unit/remove/c/mock-remove.c [new file with mode: 0644]
tests/unit/remove/c/mock-remove.h [new file with mode: 0644]
tests/unit/remove/c/test-remove-print_help.c [new file with mode: 0644]
tests/unit/remove/c/test-remove-print_help.h [new file with mode: 0644]
tests/unit/remove/c/test-remove-print_version.c [new file with mode: 0644]
tests/unit/remove/c/test-remove-print_version.h [new file with mode: 0644]
tests/unit/remove/c/test-remove.c [new file with mode: 0644]
tests/unit/remove/c/test-remove.h [new file with mode: 0644]