zephyr/tests/compliance/make-doc.sh
Inaky Perez-Gonzalez c9cd9ef3f0 testcases: sample testcase to generate project's documentation
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>
2016-06-14 22:01:39 +00:00

10 lines
140 B
Bash

#! /bin/bash -e
#
# @testcase static defaults=none
# @eval shcmd make -C %(srcdir)s/../../doc html
#
#
make -C ../../doc html
-