aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2022-06-19 17:17:00 -0700
committerFuwn <[email protected]>2022-06-19 17:17:00 -0700
commit0a4ad747d151e540b7f800e1b092496ec0502105 (patch)
tree7ddd9e53420f0078082ff8586dc1f3fd77fea00a
parentdocs(macros): local context (diff)
downloadtatl-0a4ad747d151e540b7f800e1b092496ec0502105.tar.xz
tatl-0a4ad747d151e540b7f800e1b092496ec0502105.zip
docs(readme): example output
-rw-r--r--README.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/README.md b/README.md
index f3a04f3..69a5ba9 100644
--- a/README.md
+++ b/README.md
@@ -28,6 +28,19 @@ int main(void) {
}
```
+The output with the previous example:
+
+```shell
+running 4 tests
+dummy ... ok (0ms)
+add works ... ok (0ms)
+dummy long ... ok (0ms)
+should fail ... FAILED (0ms)
+
+test result: FAILED. 3 passed (4 steps); 1 failed (0ms)
+
+```
+
## Examples
More examples can be found in the [`examples/`](examples) directory.