hypervisor: monitor boot progress

The BootProgress property will be tracked to set the hypervisor state as
appropriate

Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
Change-Id: I5aa5d95893222169bc5abed6b851e795f2ad5ff0
diff --git a/meson.build b/meson.build
index 170971a..53df188 100644
--- a/meson.build
+++ b/meson.build
@@ -208,4 +208,17 @@
           include_directories: '../'
       )
   )
+
+  test(
+      'test_hypervisor_state',
+      executable('test_hypervisor_state',
+          './test/hypervisor_state.cpp',
+          'hypervisor_state_manager.cpp',
+          dependencies: [
+              gtest, sdbusplus, sdeventplus, phosphorlogging,
+          ],
+          implicit_include_directories: true,
+          include_directories: '../'
+      )
+  )
 endif