xref: /openbmc/obmc-console/test/meson.build (revision 533f9702)
1tests = [
2	'test-client-escape',
3	'test-config-parse',
4	'test-config-parse-logsize',
5	'test-ringbuffer-boundary-poll',
6	'test-ringbuffer-boundary-read',
7	'test-ringbuffer-contained-offset-read',
8	'test-ringbuffer-contained-read',
9	'test-ringbuffer-poll-force',
10	'test-ringbuffer-read-commit',
11	'test-ringbuffer-simple-poll',
12]
13
14foreach t : tests
15  test(t, executable(t, f'@t@.c', c_args: [ '-DSYSCONFDIR=""' ],
16		     include_directories: '..'))
17endforeach
18