Changeset 68b9e540 in mainline for uspace/app/nav/meson.build


Ignore:
Timestamp:
2021-10-04T12:39:55Z (3 years ago)
Author:
Jiri Svoboda <jiri@…>
Children:
0e5ed803
Parents:
d097daca
git-author:
Jiri Svoboda <jiri@…> (2021-10-03 17:39:36)
git-committer:
Jiri Svoboda <jiri@…> (2021-10-04 12:39:55)
Message:

Add panel class and add unit tests for all classes

File:
1 edited

Legend:

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

    rd097daca r68b9e540  
    2929deps = [ 'ui' ]
    3030src = files(
     31        'main.c',
    3132        'menu.c',
    3233        'nav.c',
     34        'panel.c',
    3335)
     36
     37test_src = files(
     38        'menu.c',
     39        'nav.c',
     40        'panel.c',
     41        'test/main.c',
     42        'test/menu.c',
     43        'test/nav.c',
     44        'test/panel.c',
     45)
Note: See TracChangeset for help on using the changeset viewer.