Changeset 144fafd in mainline for uspace/app/nav/test


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

Add new unit tests to Navigator and libfmgt.

Location:
uspace/app/nav/test
Files:
4 added
1 edited

Legend:

Unmodified
Added
Removed
  • 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.