Improved README.md documentation
This commit is contained in:
parent
a4ece9c014
commit
36d285f351
24
README.md
24
README.md
@ -13,3 +13,27 @@ run_tests();
|
|||||||
...
|
...
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
|
# Currently builtin matchers
|
||||||
|
|
||||||
|
You can use the following functions or just pass boolean value as first argument of `test()`
|
||||||
|
|
||||||
|
* `int is_equal(void *res, void *correct);`
|
||||||
|
* `int is_true(void *res);`
|
||||||
|
* `int is_false(void *res);`
|
||||||
|
|
||||||
|
# Installation:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
make clean
|
||||||
|
make CT_VERSION=1
|
||||||
|
sudo make install CT_VERSION=1
|
||||||
|
```
|
||||||
|
|
||||||
|
# Uninstall:
|
||||||
|
|
||||||
|
It is also required for update
|
||||||
|
|
||||||
|
```bash
|
||||||
|
sudo make uninstall CT_VERSION=1
|
||||||
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user