Changeset 5208709 in mainline


Ignore:
Timestamp:
2025-03-05T21:40:33Z (4 days ago)
Author:
Matěj Volf <git@…>
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)
Message:

Add fibril_add_exit_hook tests

Location:
uspace/lib/c
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/meson.build

    r6a57b93 r5208709  
    177177        'test/double_to_str.c',
    178178        'test/fibril/timer.c',
     179        'test/fibril/exit_hook.c',
    179180        'test/getopt.c',
    180181        'test/gsort.c',
  • uspace/lib/c/test/main.c

    r6a57b93 r5208709  
    3838PCUT_IMPORT(double_to_str);
    3939PCUT_IMPORT(fibril_timer);
     40PCUT_IMPORT(fibril_exit_hook);
    4041PCUT_IMPORT(getopt);
    4142PCUT_IMPORT(gsort);
Note: See TracChangeset for help on using the changeset viewer.