Changeset 959b7ec in mainline for uspace/lib/display/meson.build


Ignore:
Timestamp:
2019-11-06T18:10:54Z (4 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
e422ff6
Parents:
648e2ac
Message:

Start adding tests for libdisplay and fix display_close

So far we test display_open() and display_close().
display_conn was not closing the callback session, which led
to display_close waiting indefinitely.

File:
1 edited

Legend:

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

    r648e2ac r959b7ec  
    3030src = files(
    3131        'src/display.c',
    32         'src/disp_srv.c'
     32        'src/disp_srv.c',
    3333)
     34
     35test_src = files(
     36        'test/display.c',
     37        'test/main.c',
     38)
Note: See TracChangeset for help on using the changeset viewer.