blob: e28604dfd19e2094c9be8cf46d1fd000eb92b31a [file] [log] [blame]
Kun Yi2ae207c2018-06-11 16:09:46 -07001# Common flags for all binaries in this subdirectory.
2# Per-program specific flags can be specified using
3# prg_CPPFLAGS = ....
4AM_CPPFLAGS = -I${top_srcdir} $(GTEST_CFLAGS)
5AM_CXXFLAGS = $(PTHREAD_CFLAGS) $(GTEST_CFLAGS)
6AM_LDFLAGS = $(GTEST_LIBS) $(PTHREAD_LIBS) $(OESDK_TESTCASE_FLAGS)
7
8# The list of unit test programs we are building and running.
9check_PROGRAMS = post_reporter_test
10
11# Run all 'check' test programs
12TESTS = $(check_PROGRAMS)
13
14# List sources for each test.
15post_reporter_test_SOURCES = post_reporter_test.cpp