Changeset 6aa85c1 in mainline for uspace/app/nav/meson.build


Ignore:
Timestamp:
2021-10-25T00:32:45Z (3 years ago)
Author:
jxsvoboda <5887334+jxsvoboda@…>
Branches:
master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
b36ebb42
Parents:
5d466a1
git-author:
Jiri Svoboda <jiri@…> (2021-10-03 17:39:36)
git-committer:
jxsvoboda <5887334+jxsvoboda@…> (2021-10-25 00:32:45)
Message:

Add panel class and add unit tests for all classes

File:
1 edited

Legend:

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

    r5d466a1 r6aa85c1  
    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.