Changeset 144fafd in mainline for uspace/app
- Timestamp:
- 2025-11-30T22:01:59Z (7 weeks ago)
- Branches:
- master
- Children:
- 2309891
- Parents:
- 1ec732a
- Location:
- uspace/app/nav
- Files:
-
- 4 added
- 2 edited
-
meson.build (modified) (1 diff)
-
test/dlg/ioerrdlg.c (added)
-
test/dlg/newfiledlg.c (added)
-
test/dlg/progress.c (added)
-
test/dlg/verifydlg.c (added)
-
test/main.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/nav/meson.build
r1ec732a r144fafd 51 51 'panel.c', 52 52 'verify.c', 53 'test/dlg/ioerrdlg.c', 54 'test/dlg/newfiledlg.c', 55 'test/dlg/progress.c', 56 'test/dlg/verifydlg.c', 53 57 'test/main.c', 54 58 'test/menu.c', -
uspace/app/nav/test/main.c
r1ec732a r144fafd 1 1 /* 2 * Copyright (c) 202 1Jiri Svoboda2 * Copyright (c) 2025 Jiri Svoboda 3 3 * All rights reserved. 4 4 * … … 31 31 PCUT_INIT; 32 32 33 PCUT_IMPORT(ioerrdlg); 34 PCUT_IMPORT(newfiledlg); 35 PCUT_IMPORT(progress); 36 PCUT_IMPORT(verifydlg); 33 37 PCUT_IMPORT(menu); 34 38 PCUT_IMPORT(nav);
Note:
See TracChangeset
for help on using the changeset viewer.
