Andrew Jeffery | d0a8556 | 2023-04-18 06:22:39 +0930 | [diff] [blame] | 1 | tests = [ |
| 2 | 'test-client-escape', |
| 3 | 'test-config-parse', |
Medicine Yeh | d6e8b64 | 2024-03-18 01:49:17 -0700 | [diff] [blame] | 4 | 'test-config-parse-bytesize', |
Ninad Palsule | 5ba20b5 | 2023-05-12 14:03:15 -0500 | [diff] [blame] | 5 | 'test-config-resolve-console-id', |
Andrew Jeffery | d0a8556 | 2023-04-18 06:22:39 +0930 | [diff] [blame] | 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 | |
| 15 | foreach t : tests |
| 16 | test(t, executable(t, f'@t@.c', c_args: [ '-DSYSCONFDIR=""' ], |
| 17 | include_directories: '..')) |
| 18 | endforeach |