title: “Chip-Level Test Libraries”

Overview

This subtree contains test libary code that could aid in the writing of [chip-level tests]({{< relref “sw/device/tests/index.md” >}}).

Organization and Style Guide

File Naming Conventions

  • Test libary code will be named: {IP or functionality name}_testutils.{h,c}

Subfoldering Rules

  • [on-device test framework]({{< relref “sw/device/lib/testing/test_framework/index.md” >}}) code will live in: sw/device/lib/testing/test_framework.
  • Remaining test library code will not be subfoldered.

Documentation Index

{{% sectionContent %}}