test: firmware notYetStarted: open(tarball)
Verify the tarball opening transitions to uploadInProgress to avoid any
future regressions.
Signed-off-by: Patrick Venture <venture@google.com>
Change-Id: I2d6230ae012e688854f9cecef8cc5466527df313
diff --git a/test/Makefile.am b/test/Makefile.am
index 4cde675..ca85bb9 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -40,7 +40,8 @@
firmware_state_verificationcompleted_unittest \
firmware_state_updatepending_unittest \
firmware_state_updatestarted_unittest \
- firmware_state_updatecompleted_unittest
+ firmware_state_updatecompleted_unittest \
+ firmware_state_notyetstarted_tarball_unittest
if BUILD_HOST_TOOL
check_PROGRAMS += \
@@ -111,6 +112,9 @@
firmware_state_updatecompleted_unittest_SOURCES = firmware_state_updatecompleted_unittest.cpp
firmware_state_updatecompleted_unittest_LDADD = $(top_builddir)/libfirmwareblob_common.la
+firmware_state_notyetstarted_tarball_unittest_SOURCES = firmware_state_notyetstarted_tarball_unittest.cpp
+firmware_state_notyetstarted_tarball_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