Changeset f93e4e3 in mainline for uspace/lib/ui/test


Ignore:
Timestamp:
2020-11-08T22:24:45Z (5 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
a09d401
Parents:
3583ffb
Message:

Add UI image

Location:
uspace/lib/ui/test
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/ui/test/label.c

    r3583ffb rf93e4e3  
    7979} test_cb_resp_t;
    8080
    81 /** Create and destroy button */
     81/** Create and destroy label */
    8282PCUT_TEST(create_destroy)
    8383{
     
    114114}
    115115
    116 /** Set button rectangle sets internal field */
     116/** Set label rectangle sets internal field */
    117117PCUT_TEST(set_rect)
    118118{
     
    138138}
    139139
    140 /** Set button text horizontal alignment sets internal field */
     140/** Set label text horizontal alignment sets internal field */
    141141PCUT_TEST(set_halign)
    142142{
     
    155155}
    156156
    157 /** Set button rectangle sets internal field */
     157/** Set label rectangle sets internal field */
    158158PCUT_TEST(set_text)
    159159{
     
    179179}
    180180
    181 /** Paint button */
     181/** Paint label */
    182182PCUT_TEST(paint)
    183183{
  • uspace/lib/ui/test/main.c

    r3583ffb rf93e4e3  
    3333PCUT_IMPORT(control);
    3434PCUT_IMPORT(fixed);
     35PCUT_IMPORT(image);
    3536PCUT_IMPORT(label);
    3637PCUT_IMPORT(paint);
Note: See TracChangeset for help on using the changeset viewer.