]> Kevux Git Server - fll/commit
Update: Add unit tests for fll_path. 0.6.4
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:18:45 +0000 (18:18 -0500)
commit131504196ac3cbd912ad26bf2ce5080bcfbb1b03
tree50b072312f0dbf6d03070d62962196d6039cac32
parentd91de68aa3076d3f91283ab0d08a978b06e99fc1
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]