Changes in uspace/app/tester/meson.build [9b2e20c:82ff0a1] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/tester/meson.build
r9b2e20c r82ff0a1 1 1 # 2 # Copyright (c) 202 1Jiri Svoboda2 # Copyright (c) 2025 Jiri Svoboda 3 3 # Copyright (c) 2005 Martin Decky 4 4 # Copyright (c) 2007 Jakub Jermar … … 29 29 # 30 30 31 deps = [ 'block', 'codepage', 'drv', 'math' ]31 deps = [ 'block', 'codepage', 'drv', 'math', 'ipctest', 'console' ] 32 32 src = files( 33 33 'tester.c', 34 34 'util.c', 35 'thread/deadlock.c', 35 36 'thread/thread1.c', 36 37 'thread/setjmp1.c', … … 52 53 'float/float2.c', 53 54 'vfs/vfs1.c', 55 'ipc/readwrite.c', 54 56 'ipc/sharein.c', 55 57 'ipc/starve.c',
Note:
See TracChangeset
for help on using the changeset viewer.