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