summaryrefslogtreecommitdiff
path: root/docs/application/testing.md
blob: 8657bf04f759594fab56ffc053cbcf0b1618c8e3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Testing

---

## Macros

```c
TEST(NAME) {
    // TEST BODY
}

ASSERT(CONDITION)

FAIL()
```

## Object Definitions