]> Kevux Git Server - fll/commit
Update: Add unit tests for f_path.
authorKevin Day <thekevinday@gmail.com>
Fri, 13 May 2022 06:26:33 +0000 (01:26 -0500)
committerKevin Day <thekevinday@gmail.com>
Fri, 13 May 2022 06:26:33 +0000 (01:26 -0500)
commit99f55901959e5f9e3e8cd934f3177ce9ad1442db
tree3cd543ca716490d1c00c986bec1cf39991e5d7c1
parent7357a8f029d7571091434b31cd234f38a5babbcd
Update: Add unit tests for f_path.
26 files changed:
level_0/f_path/data/build/dependencies-tests [new file with mode: 0644]
level_0/f_path/data/build/settings-mocks [new file with mode: 0644]
level_0/f_path/data/build/settings-tests [new file with mode: 0644]
level_0/f_path/data/build/testfile [new file with mode: 0644]
level_0/f_path/tests/unit/c/mock-path.c [new file with mode: 0644]
level_0/f_path/tests/unit/c/mock-path.h [new file with mode: 0644]
level_0/f_path/tests/unit/c/test-path-change.c [new file with mode: 0644]
level_0/f_path/tests/unit/c/test-path-change.h [new file with mode: 0644]
level_0/f_path/tests/unit/c/test-path-change_at.c [new file with mode: 0644]
level_0/f_path/tests/unit/c/test-path-change_at.h [new file with mode: 0644]
level_0/f_path/tests/unit/c/test-path-current.c [new file with mode: 0644]
level_0/f_path/tests/unit/c/test-path-current.h [new file with mode: 0644]
level_0/f_path/tests/unit/c/test-path-directory_cleanup.c [new file with mode: 0644]
level_0/f_path/tests/unit/c/test-path-directory_cleanup.h [new file with mode: 0644]
level_0/f_path/tests/unit/c/test-path-is.c [new file with mode: 0644]
level_0/f_path/tests/unit/c/test-path-is.h [new file with mode: 0644]
level_0/f_path/tests/unit/c/test-path-is_absolute.c [new file with mode: 0644]
level_0/f_path/tests/unit/c/test-path-is_absolute.h [new file with mode: 0644]
level_0/f_path/tests/unit/c/test-path-is_relative.c [new file with mode: 0644]
level_0/f_path/tests/unit/c/test-path-is_relative.h [new file with mode: 0644]
level_0/f_path/tests/unit/c/test-path-is_relative_current.c [new file with mode: 0644]
level_0/f_path/tests/unit/c/test-path-is_relative_current.h [new file with mode: 0644]
level_0/f_path/tests/unit/c/test-path-real.c [new file with mode: 0644]
level_0/f_path/tests/unit/c/test-path-real.h [new file with mode: 0644]
level_0/f_path/tests/unit/c/test-path.c [new file with mode: 0644]
level_0/f_path/tests/unit/c/test-path.h [new file with mode: 0644]