You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if (pIteratorA->pFullPath==pIteratorB->pFullPath&&pIteratorA->segmentOffset==pIteratorB->segmentOffset&&pIteratorA->segmentLength==pIteratorB->segmentLength) {
@@ -4174,6 +4219,7 @@ int main(int argc, char** argv)
4174
4219
fs_testtest_path;
4175
4220
fs_testtest_path_iteration; /* Tests path breakup logic. This is critical for some internal logic in the library. */
4176
4221
fs_testtest_path_normalize; /* Tests path normalization, like resolving ".." and "." segments. Again, this is used extensively for path validation and therefore needs proper testing. */
4222
+
fs_testtest_path_compare;
4177
4223
fs_testtest_path_trim_base;
4178
4224
fs_testtest_system;
4179
4225
fs_testtest_system_sysdir; /* Standard directory tests need to come first because we'll be writing out our test files to a temp folder. */
@@ -4270,6 +4316,7 @@ int main(int argc, char** argv)
0 commit comments