Update fs.

This commit is contained in:
David Reid
2025-07-15 14:31:56 +10:00
parent 27b593c2d2
commit a014181372
3 changed files with 1912 additions and 802 deletions
+1 -1
View File
@@ -43,7 +43,7 @@ int ma_run_tests(int argc, char** argv)
ma_bool32 hasError = MA_FALSE;
size_t iTest;
fs_mkdir(NULL, TEST_OUTPUT_DIR);
fs_mkdir(NULL, TEST_OUTPUT_DIR, FS_IGNORE_MOUNTS);
for (iTest = 0; iTest < g_Tests.count; iTest += 1) {
printf("=== BEGIN %s ===\n", g_Tests.pTests[iTest].pName);