commit | 609fe98205fe8f4bd0dc6b9fca66877e2edf186d | [log] [tgz] |
---|---|---|
author | Patrick Venture <venture@google.com> | Tue Apr 17 17:51:56 2018 -0700 |
committer | Patrick Venture <venture@google.com> | Tue Apr 24 19:58:18 2018 +0000 |
tree | bd16de833ea75277aca274c86a620c3c3d3df2ce | |
parent | c635e8609f5246224dfba7db57991de0b1c5327f [diff] [blame] |
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>
diff --git a/Makefile.am b/Makefile.am index 27db186..d2b7989 100644 --- a/Makefile.am +++ b/Makefile.am
@@ -27,4 +27,4 @@ timer.cpp \ hwmon.cpp -SUBDIRS = . msl tools +SUBDIRS = . msl test tools