zephyr/tests/drivers/build_all
Adithya Baglody 2db1c080d8 tests: drivers: build_all: Ensure correct builds.
Ensure that sanitycheck runs this sample only on boards with
right drivers support. This test was picking all targets and
executing on each of them .This eliminates incorrect builds.

Signed-off-by: Adithya Baglody <adithya.nagaraj.baglody@intel.com>
2018-05-15 17:48:18 +03:00
..
src
CMakeLists.txt
README.txt
drivers.conf tests: add CONFIG_TEST for marking tests 2018-01-08 10:03:57 -05:00
dts.fixup tests: build_all: Add LPS22HB and LSM6DSL sensors build test 2018-04-10 22:12:14 +02:00
ethernet.conf drivers: eth: gmac: Do not verify config for unit tests 2018-03-20 10:37:34 -04:00
gpio.conf tests: drivers: build_all: Add SX1509 GPIO test 2018-03-13 12:31:16 -05:00
prj.conf tests: add CONFIG_TEST for marking tests 2018-01-08 10:03:57 -05:00
sensors_a_m.conf tests: build_all: Add LPS22HB and LSM6DSL sensors build test 2018-04-10 22:12:14 +02:00
sensors_n_z.conf tests: drivers: build_all: add TEMP_NRF5 to sensor test 2018-04-04 14:53:54 -05:00
sensors_trigger.conf tests: add CONFIG_TEST for marking tests 2018-01-08 10:03:57 -05:00
testcase.yaml tests: drivers: build_all: Ensure correct builds. 2018-05-15 17:48:18 +03:00

README.txt

Overview
--------

Build tests for drivers and sensors on all platforms.

This test might now work for some of the drivers, those need to be addressed in
other tests targeting those special cases.

Tests
-----

drivers:
	build all drivers

sensors_a_m:
	build sensors with name beginning a through m.

sensors_n_z:
	build sensors with name beginning n through z.

sensors_trigger:
	build sensors with trigger option enabled