diff --git a/tests/saul_drivers/Makefile b/tests/saul_drivers/Makefile index 4fa981795c..d2ec814baf 100644 --- a/tests/saul_drivers/Makefile +++ b/tests/saul_drivers/Makefile @@ -46,6 +46,10 @@ endif ifneq (,$(filter tmp00x,$(DRIVERS))) USEMODULE += tmp006 endif +ifneq (,$(filter vl6180x,$(DRIVERS))) + USEMODULE += vl6180x_als + USEMODULE += vl6180x_rng +endif USEMODULE += saul_default