Changeset 144fafd in mainline for uspace/app


Ignore:
Timestamp:
2025-11-30T22:01:59Z (7 weeks ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
master
Children:
2309891
Parents:
1ec732a
Message:

Add new unit tests to Navigator and libfmgt.

Location:
uspace/app/nav
Files:
4 added
2 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/nav/meson.build

    r1ec732a r144fafd  
    5151        'panel.c',
    5252        'verify.c',
     53        'test/dlg/ioerrdlg.c',
     54        'test/dlg/newfiledlg.c',
     55        'test/dlg/progress.c',
     56        'test/dlg/verifydlg.c',
    5357        'test/main.c',
    5458        'test/menu.c',
  • uspace/app/nav/test/main.c

    r1ec732a r144fafd  
    11/*
    2  * Copyright (c) 2021 Jiri Svoboda
     2 * Copyright (c) 2025 Jiri Svoboda
    33 * All rights reserved.
    44 *
     
    3131PCUT_INIT;
    3232
     33PCUT_IMPORT(ioerrdlg);
     34PCUT_IMPORT(newfiledlg);
     35PCUT_IMPORT(progress);
     36PCUT_IMPORT(verifydlg);
    3337PCUT_IMPORT(menu);
    3438PCUT_IMPORT(nav);
Note: See TracChangeset for help on using the changeset viewer.