From dfa1f8e2162487a801c3e6af6e275a1c60bdfd23 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Sun, 19 Jun 2022 17:17:00 +0000 Subject: docs(readme): example output --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) 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. -- cgit v1.2.3