zephyr/tests/drivers/build_all
Ulf Magnusson 45221a9706 serial: nsim: Fix impossible-to-enable CONFIG_UART_NSIM
CONFIG_UART_NSIM depends on CONFIG_NSIM, which was removed in commit
9bc69a46fa ("boards: Update arc em_starterkit support from 2.2 to
2.3"). Remove the dependency, and also remove the CONFIG_NSIM=y setting
from the test_nsim test (which should now work).

Also change the condition for EXTERN()ing _VectorTable in
include/arch/arc/v2/linker.ld to check CONFIG_UART_NSIM instead of
CONFIG_NSIM. I'm guessing the EXTERN() is there to make the symbol
visible to nSIM, though I don't know anything about it.

Signed-off-by: Ulf Magnusson <Ulf.Magnusson@nordicsemi.no>
2018-05-24 13:09:28 -04: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 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_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 serial: nsim: Fix impossible-to-enable CONFIG_UART_NSIM 2018-05-24 13:09:28 -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