We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16361c9 commit 8dc849aCopy full SHA for 8dc849a
README.md
@@ -93,6 +93,19 @@ $ ./example | jq .
93
}
94
```
95
96
+## Testing
97
+
98
+```console
99
+$ make
100
+$ ./test
101
+```
102
103
+The expected outputs of the test cases are stored in [./test_expected.h](./test_expected.h). To regenerate it just run:
104
105
106
+$ ./test record
107
108
109
## Notes
110
111
1. Does not depends on libc. Could be theoretically used in embedded, but I know nothing about embedded, so maybe not.
0 commit comments