test: firmware updateCompleted: initial empty file
Signed-off-by: Patrick Venture <venture@google.com>
Change-Id: Iac9c70edd003a23420e9239027a994e85ac7284f
diff --git a/test/Makefile.am b/test/Makefile.am
index 41e859b..4cde675 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -39,7 +39,8 @@
firmware_state_verificationstarted_unittest \
firmware_state_verificationcompleted_unittest \
firmware_state_updatepending_unittest \
- firmware_state_updatestarted_unittest
+ firmware_state_updatestarted_unittest \
+ firmware_state_updatecompleted_unittest
if BUILD_HOST_TOOL
check_PROGRAMS += \
@@ -107,6 +108,9 @@
firmware_state_updatestarted_unittest_SOURCES = firmware_state_updatestarted_unittest.cpp
firmware_state_updatestarted_unittest_LDADD = $(top_builddir)/libfirmwareblob_common.la
+firmware_state_updatecompleted_unittest_SOURCES = firmware_state_updatecompleted_unittest.cpp
+firmware_state_updatecompleted_unittest_LDADD = $(top_builddir)/libfirmwareblob_common.la
+
if BUILD_HOST_TOOL
tools_bt_unittest_SOURCES = tools_bt_unittest.cpp
tools_bt_unittest_LDADD = $(top_builddir)/tools/libupdater.la