summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorDeepak Kodihalli <dkodihal@in.ibm.com>2017-02-16 23:48:18 -0600
committerPatrick Williams <patrick@stwcx.xyz>2017-02-20 14:20:20 +0000
commit76794495882082db189e2fc6d6c05dfe3756338a (patch)
tree1f8d437d6ee55d6a0ffa12d6ca0ab4db50a4806e /test
parentc6e551b97ad17f786f84efd3705d84e3f320ddc0 (diff)
downloadopenpower-vpd-parser-76794495882082db189e2fc6d6c05dfe3756338a.tar.gz
openpower-vpd-parser-76794495882082db189e2fc6d6c05dfe3756338a.zip
refactor: move types and utils in their own files
Change-Id: I477dd69f0c6c648b63171dc2db264d3e70dafaf4 Signed-off-by: Deepak Kodihalli <dkodihal@in.ibm.com>
Diffstat (limited to 'test')
-rw-r--r--test/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/Makefile.am b/test/Makefile.am
index 0eb18ac..4e69969 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -12,6 +12,7 @@ parser_test_SOURCES = \
parser/parser.cpp \
../impl.cpp \
../parser.cpp \
- ../write.cpp
+ ../write.cpp \
+ ../utils.cpp
parser_test_LDFLAGS = $(SDBUSPLUS_LIBS) $(PHOSPHOR_LOGGING_LIBS)
parser_test_CXXFLAGS = $(SDBUSPLUS_CFLAGS) $(PHOSPHOR_LOGGING_CFLAGS)
OpenPOWER on IntegriCloud