test: sensors: host

Tests for sensors/host

Change-Id: I760825c666c711d6f9c394ceefe35f8151383785
Signed-off-by: Patrick Venture <venture@google.com>
diff --git a/test/Makefile.am b/test/Makefile.am
index c6b3375..4d5ca63 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -12,7 +12,8 @@
 	$(PHOSPHOR_DBUS_INTERFACES_LIBS)
 
 # Run all 'check' test programs
-check_PROGRAMS = sensor_manager_unittest sensor_pluggable_unittest
+check_PROGRAMS = sensor_manager_unittest sensor_pluggable_unittest \
+ sensor_host_unittest
 TESTS = $(check_PROGRAMS)
 
 # Until libconfig is mocked out or replaced, include it.
@@ -21,3 +22,6 @@
 
 sensor_pluggable_unittest_SOURCES = sensor_pluggable_unittest.cpp
 sensor_pluggable_unittest_LDADD = $(top_builddir)/sensors/pluggable.o
+
+sensor_host_unittest_SOURCES = sensor_host_unittest.cpp
+sensor_host_unittest_LDADD = $(top_builddir)/sensors/host.o