tests: drivers: build_all: sensor: add everlight,als-pt19 build test

This was missed when the driver was contributed in 8f789f81c

Signed-off-by: Benjamin Cabé <benjamin@zephyrproject.org>
This commit is contained in:
Benjamin Cabé 2025-06-19 20:50:09 +02:00 committed by Dan Kalowsky
parent 0d3f294338
commit 1ae12e9ab2

View File

@ -127,3 +127,9 @@ test_veaa_x_3: test_veaa_x_3 {
dac-resolution = <12>;
pressure-range-type = "D2";
};
test_als_pt19: test_als-pt19 {
compatible = "everlight,als-pt19";
io-channels = <&test_adc 0>;
load-resistor = <10000>;
};