mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-28 00:35:22 +00:00
This is a sample static testcase (that needs no hardware target) that will build the documentation and ensure it builds without issues. Change-Id: I7174205522be9aead350e67b1672b8e976cb9191 Signed-off-by: Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
10 lines
140 B
Bash
10 lines
140 B
Bash
#! /bin/bash -e
|
|
#
|
|
# @testcase static defaults=none
|
|
# @eval shcmd make -C %(srcdir)s/../../doc html
|
|
#
|
|
#
|
|
make -C ../../doc html
|
|
|
|
-
|