Changeset 5208709 in mainline
- Timestamp:
- 2025-03-05T21:40:33Z (4 days ago)
- Children:
- 2482192
- Parents:
- 6a57b93
- git-author:
- Matěj Volf <git@…> (2025-01-18 15:32:50)
- git-committer:
- Matěj Volf <git@…> (2025-03-05 21:40:33)
- Location:
- uspace/lib/c
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/meson.build
r6a57b93 r5208709 177 177 'test/double_to_str.c', 178 178 'test/fibril/timer.c', 179 'test/fibril/exit_hook.c', 179 180 'test/getopt.c', 180 181 'test/gsort.c', -
uspace/lib/c/test/main.c
r6a57b93 r5208709 38 38 PCUT_IMPORT(double_to_str); 39 39 PCUT_IMPORT(fibril_timer); 40 PCUT_IMPORT(fibril_exit_hook); 40 41 PCUT_IMPORT(getopt); 41 42 PCUT_IMPORT(gsort);
Note:
See TracChangeset
for help on using the changeset viewer.