blob: a68b229b17fe0f1a7c357a9a892ff4119d72dc5f [file] [log] [blame]
Matt Spinler15ee6ae2019-07-08 16:50:06 -05001TESTS += $(check_PROGRAMS)
2
3check_PROGRAMS += \
Matt Spinler113ad282019-07-09 14:44:13 -05004 additional_data_test \
Matt Spinlerdf797f22019-07-09 15:39:51 -05005 bcd_time_test \
Matt Spinler113ad282019-07-09 14:44:13 -05006 stream_test
Matt Spinler15ee6ae2019-07-08 16:50:06 -05007
8additional_data_test_SOURCES = %reldir%/additional_data_test.cpp
9additional_data_test_CPPFLAGS = $(test_cppflags)
10additional_data_test_CXXFLAGS = $(test_cxxflags)
11additional_data_test_LDADD = $(test_ldadd)
12additional_data_test_LDFLAGS = $(test_ldflags)
Matt Spinler113ad282019-07-09 14:44:13 -050013
14stream_test_SOURCES = %reldir%/stream_test.cpp
15stream_test_CPPFLAGS = $(test_cppflags)
16stream_test_CXXFLAGS = $(test_cxxflags)
17stream_test_LDADD = $(test_ldadd)
Matt Spinlerdf797f22019-07-09 15:39:51 -050018stream_test_LDFLAGS = $(test_ldflags)
19
20bcd_time_test_SOURCES = \
21 %reldir%/bcd_time_test.cpp
22bcd_time_test_CPPFLAGS = $(test_cppflags)
23bcd_time_test_CXXFLAGS = $(test_cxxflags)
24bcd_time_test_LDADD = \
25 $(test_ldadd) \
26 $(top_builddir)/extensions/openpower-pels/bcd_time.o
27bcd_time_test_LDFLAGS = $(test_ldflags)