From 4af85c27cd43505ba00a8fe1a63e1b597c1efdd6 Mon Sep 17 00:00:00 2001 From: Deepak Kodihalli Date: Sun, 19 Feb 2017 22:32:46 -0600 Subject: Fix failing test Fix location of test vpd file. Disable the test program 'parser_test' from running via 'make check'. This is more of a tool rather than a unit-test, and needs to be converted to unit-tests by making it work with encoded vpd buffers. Change-Id: Ib67112e4005dab62976458ec7b587bc302044170 Signed-off-by: Deepak Kodihalli --- test/Makefile.am | 6 ++---- test/parser/test.vpd | Bin 0 -> 165 bytes test/test.vpd | Bin 165 -> 0 bytes 3 files changed, 2 insertions(+), 4 deletions(-) create mode 100644 test/parser/test.vpd delete mode 100644 test/test.vpd diff --git a/test/Makefile.am b/test/Makefile.am index 4e69969..7c09b1c 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -1,13 +1,11 @@ AM_CPPFLAGS = -I$(top_srcdir) -check_PROGRAMS = - TESTS = $(check_PROGRAMS) -check_PROGRAMS += store_test +check_PROGRAMS = store_test store_test_SOURCES = store/store.cpp -check_PROGRAMS += parser_test +noinst_PROGRAMS = parser_test parser_test_SOURCES = \ parser/parser.cpp \ ../impl.cpp \ diff --git a/test/parser/test.vpd b/test/parser/test.vpd new file mode 100644 index 0000000..bc4fc0e Binary files /dev/null and b/test/parser/test.vpd differ diff --git a/test/test.vpd b/test/test.vpd deleted file mode 100644 index bc4fc0e..0000000 Binary files a/test/test.vpd and /dev/null differ -- cgit v1.2.1