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