| Andrew Jeffery | d0a8556 | 2023-04-18 06:22:39 +0930 | [diff] [blame^] | 1 | tests = [ | 
|  | 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 |  | 
|  | 14 | foreach t : tests | 
|  | 15 | test(t, executable(t, f'@t@.c', c_args: [ '-DSYSCONFDIR=""' ], | 
|  | 16 | include_directories: '..')) | 
|  | 17 | endforeach |