summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorPatrick Venture <venture@google.com>2018-04-17 17:51:56 -0700
committerPatrick Venture <venture@google.com>2018-04-24 19:58:18 +0000
commit609fe98205fe8f4bd0dc6b9fca66877e2edf186d (patch)
treebd16de833ea75277aca274c86a620c3c3d3df2ce /configure.ac
parentc635e8609f5246224dfba7db57991de0b1c5327f (diff)
downloadphosphor-hwmon-609fe98205fe8f4bd0dc6b9fca66877e2edf186d.tar.gz
phosphor-hwmon-609fe98205fe8f4bd0dc6b9fca66877e2edf186d.zip
hwmon module unit-tests -- first one
This patchset just starts the process of adding unit-tests to the hwmon module. Change-Id: I569aa97658b0ff56634ddf1a599fedb4caa95abe Signed-off-by: Patrick Venture <venture@google.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 1e0f27d..086dee0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -90,5 +90,5 @@ AC_DEFINE_UNQUOTED([BUSNAME_PREFIX], ["$BUSNAME_PREFIX"], [The DBus busname pref
AC_DEFINE_UNQUOTED([SENSOR_ROOT], ["$SENSOR_ROOT"], [The DBus sensors namespace root.])
# Create configured output
-AC_CONFIG_FILES([Makefile tools/Makefile msl/Makefile])
+AC_CONFIG_FILES([Makefile test/Makefile tools/Makefile msl/Makefile])
AC_OUTPUT
OpenPOWER on IntegriCloud