blob: 67c7af12ad29b2aac455cfb94ceeec371602a3f7 [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 \
Kun Yi9747d632018-06-22 15:32:05 -070013 test-ringbuffer-poll-force \
14 test-config-parse-logsize
Jeremy Kerrc9775ce2017-02-07 16:25:34 +080015
16EXTRA_DIST = ringbuffer-test-utils.c
17
18AM_CPPFLAGS = -I$(top_srcdir)
Kun Yi9747d632018-06-22 15:32:05 -070019AM_LDFLAGS = $(OESDK_TESTCASE_FLAGS)