RIOT-OS / RobotFW-tests

Includes tests for RIOT based on the Robot Framework
GNU Lesser General Public License v2.1
4 stars 13 forks source link

periph_uart/Makefile: Add condition to build only if a uart device is specified #80

Closed MarcelStenzel closed 4 years ago

MarcelStenzel commented 4 years ago

With this condition the uart test is only build if a uart device was specified in the environment of the board. If the HIL_UART_DEV is left blank the build fails with the given message. This avoids that the test is build for boards that can't run it.