Ignore:
File:
1 edited

Legend:

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

    rc21d4d6 rbdd9e92  
    11#
    2 # Copyright (c) 2018 Jiri Svoboda
     2# Copyright (c) 2024 Jiri Svoboda
    33# All rights reserved.
    44#
     
    2727#
    2828
    29 deps = [ 'math' ]
     29deps = [ 'block', 'math', 'ipctest' ]
    3030src = files(
    3131        'benchlist.c',
     
    3434        'main.c',
    3535        'utils.c',
     36        'disk/randread.c',
     37        'disk/seqread.c',
    3638        'fs/dirread.c',
    3739        'fs/fileread.c',
    3840        'ipc/ns_ping.c',
    3941        'ipc/ping_pong.c',
     42        'ipc/read1k.c',
     43        'ipc/write1k.c',
    4044        'malloc/malloc1.c',
    4145        'malloc/malloc2.c',
    4246        'synch/fibril_mutex.c',
     47        'syscall/taskgetid.c'
    4348)
Note: See TracChangeset for help on using the changeset viewer.