blob: eaffb56caaa916f0c719ab91b707100aba376eb0 [file] [log] [blame]
Imre Kisa21712e2019-10-08 12:56:59 +02001Firmware Test Builder
2=====================
3
4This repository holds the unit testing framework for testing C code.
5
6The full documentation of this project is `Sphinx`_ based, lives in the *docs*
7sub-directory and is captured in reStructuredText_ format.
8
9For licensing information please refer to `license.rst`_
10
11Contributed content is accepted under the `Developer Certificate of Origin (DCO)`_
12and commit messages shall follow specific formatting rules (for details
13please refer to the *Contributing* sections of the full documentation).
14
15.. _reStructuredText: http://docutils.sourceforge.net/rst.html
16.. _Sphinx: http://www.sphinx-doc.org/en/master/
17.. _`license.rst`: ./license.rst
18.. _`Developer Certificate of Origin (DCO)`: ./dco.txt
19
20--------------
21
22*Copyright (c) 2019-2021, Arm Limited. All rights reserved.*
23
24SPDX-License-Identifier: BSD-3-Clause