Changeset c111da2 in mainline for uspace/lib/fmgt/meson.build


Ignore:
Timestamp:
2025-10-09T15:44:52Z (4 months ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
master
Children:
cfd04c4
Parents:
1a96db9
Message:

Create non-zero size file in Navigator, new newfile utility.

File:
1 edited

Legend:

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

    r1a96db9 rc111da2  
    2828
    2929src = files(
    30         'src/fmgt.c'
     30        'src/fmgt.c',
    3131)
     32
     33test_src = files(
     34        'test/fmgt.c',
     35        'test/main.c',
     36)
Note: See TracChangeset for help on using the changeset viewer.