commit | 99b95815550d2d84140d00032e341b8206fa9601 | [log] [tgz] |
---|---|---|
author | Patrick Venture <venture@google.com> | Wed Dec 19 08:59:15 2018 -0800 |
committer | Patrick Venture <venture@google.com> | Wed Jan 09 17:26:08 2019 +0000 |
tree | 3d51879e8ea0595521e9436ce17c0a8e2c05fdf0 | |
parent | 12659aa103878c10567620d48726b6ff6f9d7993 [diff] [blame] |
sensor: add gpio handle test variation Add a sensor constructor test where the gpio handle is required. Change-Id: I05050fb71a6287183ca94f974e965e3f58de9499 Signed-off-by: Patrick Venture <venture@google.com>
diff --git a/test/Makefile.am b/test/Makefile.am index 8573194..2682d45 100644 --- a/test/Makefile.am +++ b/test/Makefile.am
@@ -30,5 +30,5 @@ $(GPIOPLUS_LIBS) \ $(top_builddir)/sensor.o \ $(top_builddir)/hwmon.o \ - $(top_builddir)/gpio_handle.o \ - env.o + env.o \ + gpio.o