zephyr/tests/drivers/build_all
Sebastian Bøe 55ee53ce91 cmake: Prepend 'cmake_minimum_required()' into 'app' build scripts
Prepend the text 'cmake_minimum_required(VERSION 3.8.2)' into the
application and test build scripts.

Modern versions of CMake will spam users with a deprecation warning
when the toplevel CMakeLists.txt does not specify a CMake
version. This is documented in bug #8355.

To resolve this we include a cmake_minimum_required() line into the
toplevel build scripts. Additionally, cmake_minimum_required is
invoked from within boilerplate.cmake. The highest version will be
enforced.

This patch allows us to afterwards change CMake policy CMP000 from OLD
to NEW which in turn finally rids us of the verbose warning.

The extra boilerplate is considered more acceptable than the verbosity
of the CMP0000 policy.

Signed-off-by: Sebastian Bøe <sebastian.boe@nordicsemi.no>
2018-08-15 04:06:50 -07:00
..
src kbuild: Removed KBuild 2017-11-08 20:00:22 -05:00
CMakeLists.txt cmake: Prepend 'cmake_minimum_required()' into 'app' build scripts 2018-08-15 04:06:50 -07:00
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
README.txt tests: Adjust drivers/build_all to build for more boards. 2016-10-24 20:10:14 +00: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

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