test: moved to tools
Moved the current test folder to tools and started a new test
folder. This will allow for rapid introduction of new unit-tests into
phosphor-hwmon. The tools folder contains small tools to aid in
phosphor-hwmon configuration and misc. This folder will go under review
at another time.
Change-Id: Ice18ffb5cdcbd519d49088e233a8082a9410b03e
Signed-off-by: Patrick Venture <venture@google.com>
diff --git a/configure.ac b/configure.ac
index 0bc5fc4..1e0f27d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -90,5 +90,5 @@
AC_DEFINE_UNQUOTED([SENSOR_ROOT], ["$SENSOR_ROOT"], [The DBus sensors namespace root.])
# Create configured output
-AC_CONFIG_FILES([Makefile test/Makefile msl/Makefile])
+AC_CONFIG_FILES([Makefile tools/Makefile msl/Makefile])
AC_OUTPUT