Changeset 7e38970d in mainline for uspace/lib/display/test/display.c


Ignore:
Timestamp:
2020-12-07T00:08:37Z (3 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
25f26600
Parents:
7a873f0 (diff), 8596474 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'jxsvoboda-gfx' into master

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/display/test/display.c

    r7a873f0 r7e38970d  
    3838#include <loc.h>
    3939#include <pcut/pcut.h>
     40#include "../private/display.h"
    4041
    4142PCUT_INIT;
     
    331332}
    332333
     334/** display_window_destroy() can handle NULL argument */
     335PCUT_TEST(window_destroy_null)
     336{
     337        display_window_destroy(NULL);
     338}
     339
    333340/** display_window_move_req() with server returning error response works. */
    334341PCUT_TEST(window_move_req_failure)
Note: See TracChangeset for help on using the changeset viewer.