zephyr/tests/drivers/build_all
Genaro Saucedo Tejada 1589f2ccdd sanity: filter the build-all test for ethernet
Ethernet build-all test was not being filtered base on RAM size so
build step LINK was failing with "region `RAM' overflowed by 192
bytes" error when running daily sanitycheck.

Added filter so this test is not attempted for boards with smaller
RAM such as quark_d2000_crb, which was causing daily build failure

Change-Id: I4ed3bef4f1c78e83890331db34fb1f2b2b066414
Signed-off-by: Genaro Saucedo Tejada <genaro.saucedo.tejada@intel.com>
2016-12-14 17:25:10 +00:00
..
src test: build all possible drivers on all platforms 2016-10-10 21:26:33 +00:00
Makefile samples: tests: remove obsolete KERNEL_TYPE and kernel variables 2016-11-04 15:47:25 -04:00
README.txt tests: Adjust drivers/build_all to build for more boards. 2016-10-24 20:10:14 +00:00
drivers.conf test: drivers/build_all add CONFIG_WATCHDOG 2016-10-26 20:51:08 +00:00
ethernet.conf random: Restructure RANDOM Kconfig 2016-12-13 22:50:18 +00:00
sensors_a_m.conf tests: Add FXOS8700 sensor to driver build_all test. 2016-10-28 10:54:45 +00:00
sensors_n_z.conf sensor/th02: Add missing build_all test. 2016-10-25 11:31:08 +00:00
sensors_trigger.conf drivers: sensors: use unified kernel threads 2016-11-11 21:00:19 +00:00
testcase.ini sanity: filter the build-all test for ethernet 2016-12-14 17:25:10 +00: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