From de8a16e2e85f49e142461b7e6fe901d3f8740fdf Mon Sep 17 00:00:00 2001 From: Patrick Venture Date: Thu, 7 Mar 2019 12:48:32 -0800 Subject: use ipmiblob library from ipmi-blob-tool Drop all code that is now handled by the ipmiblob library provided by the new ipmi-blob-tool. This is a library that can be included on the BMC if necessary, but relies on nothing that is strictly meant for the BMC. Change-Id: I2b02ae0d432e84c08e598d27eef85b57c06a70fc Signed-off-by: Patrick Venture --- test/Makefile.am | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'test/Makefile.am') diff --git a/test/Makefile.am b/test/Makefile.am index 86cfad1..de6bea5 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -44,7 +44,6 @@ check_PROGRAMS = \ manager_read_unittest \ manager_writemeta_unittest \ process_unittest \ - crc_unittest \ utils_unittest TESTS = $(check_PROGRAMS) @@ -122,11 +121,7 @@ manager_writemeta_unittest_SOURCES = manager_writemeta_unittest.cpp manager_writemeta_unittest_LDADD = $(top_builddir)/manager.o process_unittest_SOURCES = process_unittest.cpp -process_unittest_LDADD = $(top_builddir)/process.o $(top_builddir)/ipmi.o \ - $(top_builddir)/crc.o - -crc_unittest_SOURCES = crc_unittest.cpp -crc_unittest_LDADD = $(top_builddir)/crc.o +process_unittest_LDADD = $(top_builddir)/process.o $(top_builddir)/ipmi.o utils_unittest_SOURCES = utils_unittest.cpp utils_unittest_LDADD = $(top_builddir)/utils.o $(PHOSPHOR_LOGGING_LIBS) -- cgit v1.2.3