]> Kevux Git Server - fll/commit
Update: Add unit tests for fll_path.
authorKevin Day <kevin@kevux.org>
Thu, 16 Mar 2023 23:17:26 +0000 (18:17 -0500)
committerKevin Day <kevin@kevux.org>
Thu, 16 Mar 2023 23:20:14 +0000 (18:20 -0500)
commit32fa5d2af0d85e8900067822f5dd490d0871b311
tree6cc4f5740db584ce8e4b533da913c69678ca6b86
parent2fe2a2d6190af314f7c03e6680659dcf2f349061
Update: Add unit tests for fll_path.

I noticed that the '~' path is not expanded.
I checked to see if this is intentional or not.
It is intentionally not supported yet.
I need another function.

This check encouraged me to write some unit tests for the current behavior.
It seems that I had forgotten just how few unit tests I have.
Now there are at least more.
level_2/fll_path/c/path.c
level_2/fll_path/c/path.h
level_2/fll_path/data/build/dependencies-tests [new file with mode: 0644]
level_2/fll_path/data/build/settings-tests [new file with mode: 0644]
level_2/fll_path/data/build/testfile [new file with mode: 0644]
level_2/fll_path/tests/unit/c/test-path-canonical.c [new file with mode: 0644]
level_2/fll_path/tests/unit/c/test-path-canonical.h [new file with mode: 0644]
level_2/fll_path/tests/unit/c/test-path.c [new file with mode: 0644]
level_2/fll_path/tests/unit/c/test-path.h [new file with mode: 0644]