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