zephyr/tests/drivers/build_all
Sebastian Bøe 8eb734cd82 DT: Rename from dts.fixup to dts_fixup.h
The Zephyr configuration system uses many different files in many
different formats. It makes it a lot easier for users to understand
what these files do if when we use the correct file extensions.

To this end we rename the dts.fixup files to the correct file
extension '.h'.

This is a breaking change for out-of-tree fixup files. Such files will
be detected and given an appropriate error message.

Signed-off-by: Sebastian Bøe <sebastian.boe@nordicsemi.no>
2018-10-08 11:38:56 -04:00
..
src
CMakeLists.txt cmake: Prepend 'cmake_minimum_required()' into 'app' build scripts 2018-08-15 04:06:50 -07:00
README.txt
drivers.conf tests: add CONFIG_TEST for marking tests 2018-01-08 10:03:57 -05:00
dts_fixup.h DT: Rename from dts.fixup to dts_fixup.h 2018-10-08 11:38:56 -04:00
ethernet.conf tests: drivers: build_all: Fix CONFIG_ETH_ENC28J60_0_MAC2 reference 2018-05-23 08:52:58 -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_h.conf tests: build_all: Add missing sensor drivers and rebalance testcases 2018-09-20 12:43:59 -04:00
sensors_i_z.conf tests: build_all: Add missing sensor drivers and rebalance testcases 2018-09-20 12:43:59 -04:00
sensors_trigger_a_h.conf tests: build_all: Add missing dts fixups for apds9960 2018-09-21 17:35:16 +02:00
sensors_trigger_i_z.conf tests: build_all: Add missing sensor drivers and rebalance testcases 2018-09-20 12:43:59 -04:00
testcase.yaml tests: build_all: Add missing sensor drivers and rebalance testcases 2018-09-20 12:43:59 -04: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