blob: 39c97844e66138f8d34706c974b42b0bf598fc71 [file] [log] [blame]
tests = [
'test-client-escape',
'test-config-parse',
'test-config-parse-bytesize',
'test-config-resolve-console-id',
'test-ringbuffer-boundary-poll',
'test-ringbuffer-boundary-read',
'test-ringbuffer-contained-offset-read',
'test-ringbuffer-contained-read',
'test-ringbuffer-poll-force',
'test-ringbuffer-read-commit',
'test-ringbuffer-simple-poll',
]
foreach t : tests
test(t, executable(t, f'@t@.c', c_args: [ '-DSYSCONFDIR=""' ],
include_directories: '..'))
endforeach