Changeset c77cfd8 in mainline for uspace/app/taskbar/meson.build


Ignore:
Timestamp:
2022-10-04T19:55:25Z (19 months ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
master, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
e0e612b
Parents:
3fd38b2
Message:

Proper timer cleanup, unit tests

Destroying a timer that sets itself again (i.e., runs periodically) is
a little tricky. It requires a handshake (similar to destroying a worker
thread). Realizing that this handshake works correctly is a little bit
mind boggling.

File:
1 edited

Legend:

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

    r3fd38b2 rc77cfd8  
    3333        'taskbar.c',
    3434)
     35
     36test_src = files(
     37        'clock.c',
     38        'taskbar.c',
     39        'test/clock.c',
     40        'test/main.c',
     41        'test/taskbar.c',
     42)
Note: See TracChangeset for help on using the changeset viewer.