version-handler: Add session stat
We need to be able to inform the blob user of the readiness of blob data
and how large the contents are.
Change-Id: Ic90f6e344160b48e7e58cb009558586c7c2fab9b
Signed-off-by: William A. Kennington III <wak@google.com>
diff --git a/bmc/version-handler/test/Makefile.am b/bmc/version-handler/test/Makefile.am
index 93daa37..b3b6290 100644
--- a/bmc/version-handler/test/Makefile.am
+++ b/bmc/version-handler/test/Makefile.am
@@ -24,7 +24,8 @@
version_createhandler_unittest \
version_open_unittest \
version_close_unittest \
- version_read_unittest
+ version_read_unittest \
+ version_stat_unittest
TESTS = $(check_PROGRAMS)
@@ -45,3 +46,6 @@
version_read_unittest_SOURCES = version_read_unittest.cpp
version_read_unittest_LDADD = $(top_builddir)/bmc/version-handler/libversionblob_common.la
+
+version_stat_unittest_SOURCES = version_stat_unittest.cpp
+version_stat_unittest_LDADD = $(top_builddir)/bmc/version-handler/libversionblob_common.la