blob: e8c25d090da7d6c6305319a0906b9fd81a2b4690 [file] [log] [blame]
Matthew Barthc91be8e2016-09-15 14:51:57 -05001check_PROGRAMS =
2
3# Run all 'check' test programs
4TESTS = $(check_PROGRAMS)
5
Jeremy Kerrc9775ce2017-02-07 16:25:34 +08006check_PROGRAMS += \
7 test-ringbuffer-contained-read \
8 test-ringbuffer-contained-offset-read \
9 test-ringbuffer-read-commit \
10 test-ringbuffer-boundary-read \
11 test-ringbuffer-simple-poll \
12 test-ringbuffer-boundary-poll \
13 test-ringbuffer-poll-force
14
15EXTRA_DIST = ringbuffer-test-utils.c
16
17AM_CPPFLAGS = -I$(top_srcdir)