File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed
Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,8 @@ LOC) single header library.
1717 * [ Assertion macros] ( #assertion-macros )
1818 * [ Interaction/behaviour validation macros] ( #interaction-or-behaviour-validation-macros )
1919 * [ Mock or Fake function creation macros] ( #mock-or-fake-function-declaration )
20+ * [ Testing yukti.h] ( #running-tests )
21+ * [ Versioning] ( #versioning )
2022* [ Feedback] ( #feedback )
2123
2224## Goals
@@ -123,6 +125,14 @@ validations and one can modify the behaviour of these fake functions in various
123125
124126See [ Mocking and faking] ( ./example/sensor_test.c ) example
125127
128+ ## Running tests
129+
130+ In order to test yukti.h run ` tests/test.sh ` . This runs integration tests & examples.
131+
132+ ## Versioning
133+
134+ It uses semantic versioning. See [ https://semver.org/ ] ( https://semver.org ) .
135+
126136## Feedback
127137
128138Open a GitHub issue or drop a email at arjobmukherjee@gmail.com . I would love to hear your
You can’t perform that action at this time.
0 commit comments