Skip to content

Commit 6b2403f

Browse files
committed
Readme update with testing & Versioning sections
1 parent 52a1af0 commit 6b2403f

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

Readme.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff 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

124126
See [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

128138
Open a GitHub issue or drop a email at arjobmukherjee@gmail.com. I would love to hear your

0 commit comments

Comments
 (0)