summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDeepak Kodihalli <dkodihal@in.ibm.com>2017-02-19 22:32:46 -0600
committerPatrick Williams <patrick@stwcx.xyz>2017-02-20 14:20:21 +0000
commit4af85c27cd43505ba00a8fe1a63e1b597c1efdd6 (patch)
tree78ccdb05101320f9705823ea6b505f29bfb98b38
parent128512b28e36ba90f1f5bfce4ea9341e42e9eb3a (diff)
downloadopenpower-vpd-parser-4af85c27cd43505ba00a8fe1a63e1b597c1efdd6.tar.gz
openpower-vpd-parser-4af85c27cd43505ba00a8fe1a63e1b597c1efdd6.zip
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 <dkodihal@in.ibm.com>
-rw-r--r--test/Makefile.am6
-rw-r--r--test/parser/test.vpd (renamed from test/test.vpd)bin165 -> 165 bytes
2 files changed, 2 insertions, 4 deletions
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/test.vpd b/test/parser/test.vpd
index bc4fc0e..bc4fc0e 100644
--- a/test/test.vpd
+++ b/test/parser/test.vpd
Binary files differ
OpenPOWER on IntegriCloud