source: mainline/uspace/app/tester/meson.build@ 5b586b9

lfn serial ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
Last change on this file since 5b586b9 was 5fd05862, checked in by Jiří Zárevúcky <zarevucky.jiri@…>, 6 years ago

Convert uspace to meson

  • Property mode set to 100644
File size: 640 bytes
Line 
1deps = [ 'block', 'drv', 'math' ]
2src = files(
3 'tester.c',
4 'util.c',
5 'thread/thread1.c',
6 'thread/setjmp1.c',
7 'print/print1.c',
8 'print/print2.c',
9 'print/print3.c',
10 'print/print4.c',
11 'print/print5.c',
12 'print/print6.c',
13 'console/console1.c',
14 'stdio/stdio1.c',
15 'stdio/stdio2.c',
16 'stdio/logger1.c',
17 'stdio/logger2.c',
18 'fault/fault1.c',
19 'fault/fault2.c',
20 'fault/fault3.c',
21 'float/float1.c',
22 'float/float2.c',
23 'vfs/vfs1.c',
24 'ipc/sharein.c',
25 'ipc/starve.c',
26 'loop/loop1.c',
27 'mm/common.c',
28 'mm/malloc1.c',
29 'mm/malloc2.c',
30 'mm/malloc3.c',
31 'mm/mapping1.c',
32 'mm/pager1.c',
33 'hw/serial/serial1.c',
34 'chardev/chardev1.c',
35)
Note: See TracBrowser for help on using the repository browser.