blob: 59963f8bc3d5a63081e492b06a9eca9eb62cc543 [file] [log] [blame]
Andrew Geissler328889d2016-10-10 12:43:48 -05001# export these headers
2include_HEADERS = log.hpp elog.hpp
3
4# Application test which runs in obmc env (qemu, real hardware)
Adriana Kobylakf855c3e2016-09-29 20:48:08 -05005bin_PROGRAMS = logging-test
Andrew Geissler328889d2016-10-10 12:43:48 -05006logging_test_SOURCES = logging_test.cpp
Adriana Kobylakf855c3e2016-09-29 20:48:08 -05007
8# systemd required for journal interfaces
9logging_test_LDFLAGS = $(SYSTEMD_LIBS)
10
Andrew Geissler328889d2016-10-10 12:43:48 -050011SUBDIRS = test