Changes in uspace/app/hbench/meson.build [f393bc0:c21d4d6] in mainline
- File:
-
- 1 edited
-
uspace/app/hbench/meson.build (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/hbench/meson.build
rf393bc0 rc21d4d6 1 1 # 2 # Copyright (c) 20 23Jiri Svoboda2 # Copyright (c) 2018 Jiri Svoboda 3 3 # All rights reserved. 4 4 # … … 27 27 # 28 28 29 deps = [ 'math' , 'ipctest']29 deps = [ 'math' ] 30 30 src = files( 31 31 'benchlist.c', … … 38 38 'ipc/ns_ping.c', 39 39 'ipc/ping_pong.c', 40 'ipc/read1k.c',41 'ipc/write1k.c',42 40 'malloc/malloc1.c', 43 41 'malloc/malloc2.c', 44 42 'synch/fibril_mutex.c', 45 'syscall/taskgetid.c'46 43 )
Note:
See TracChangeset
for help on using the changeset viewer.
