diff options
| author | nodist <kevin.comas.git@gmail.com> | 2026-06-02 16:26:09 -0400 |
|---|---|---|
| committer | nodist <kevin.comas.git@gmail.com> | 2026-06-02 16:26:09 -0400 |
| commit | b26ad08b39b8229dcea0bafc4a8ba4b0d7ad7154 (patch) | |
| tree | 1a469cc7f1ab2bbf2af42336518fa19ad0d0ed76 /docs/application/testing.md | |
| parent | ba087e5dbcc50537d82da5dbc602df7292d3f24c (diff) | |
reformat with sync and async calls
Diffstat (limited to 'docs/application/testing.md')
| -rw-r--r-- | docs/application/testing.md | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/docs/application/testing.md b/docs/application/testing.md new file mode 100644 index 0000000..8657bf0 --- /dev/null +++ b/docs/application/testing.md @@ -0,0 +1,17 @@ +# Testing + +--- + +## Macros + +```c +TEST(NAME) { + // TEST BODY +} + +ASSERT(CONDITION) + +FAIL() +``` + +## Object Definitions |
