Changeset 144fafd in mainline for uspace/lib
- Timestamp:
- 2025-11-30T22:01:59Z (5 days ago)
- Branches:
- master
- Parents:
- 1ec732a
- Location:
- uspace/lib/fmgt
- Files:
-
- 3 added
- 4 edited
-
include/fmgt.h (modified) (1 diff)
-
meson.build (modified) (1 diff)
-
test/flist.c (added)
-
test/fmgt.c (modified) (1 diff)
-
test/main.c (modified) (1 diff)
-
test/verify.c (added)
-
test/walk.c (added)
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/fmgt/include/fmgt.h
r1ec732a r144fafd 45 45 #include "fmgt/newfile.h" 46 46 #include "fmgt/verify.h" 47 #include "fmgt/walk.h" 47 48 #include "types/fmgt.h" 48 49 -
uspace/lib/fmgt/meson.build
r1ec732a r144fafd 36 36 37 37 test_src = files( 38 'test/flist.c', 38 39 'test/fmgt.c', 39 40 'test/main.c', 40 'test/newfile.c' 41 'test/newfile.c', 42 'test/verify.c', 43 'test/walk.c' 41 44 ) -
uspace/lib/fmgt/test/fmgt.c
r1ec732a r144fafd 29 29 #include <fmgt.h> 30 30 #include <pcut/pcut.h> 31 #include <stdio.h>32 #include <str.h>33 #include <vfs/vfs.h>34 31 35 32 PCUT_INIT; -
uspace/lib/fmgt/test/main.c
r1ec732a r144fafd 31 31 PCUT_INIT; 32 32 33 PCUT_IMPORT(flist); 33 34 PCUT_IMPORT(fmgt); 34 35 PCUT_IMPORT(newfile); 36 PCUT_IMPORT(verify); 37 PCUT_IMPORT(walk); 35 38 36 39 PCUT_MAIN();
Note:
See TracChangeset
for help on using the changeset viewer.
