Added test case documentation generator

This commit is contained in:
Bartek Kryza
2021-04-17 22:39:18 +02:00
parent 4f0302496e
commit 9884cc6d94
35 changed files with 1111 additions and 0 deletions

View File

@@ -44,6 +44,15 @@ To build under Ubuntu follow the following steps:
make release # or make debug for debug builds
```
## Documentation
### Examples
#### Test cases
The build-in test cases used for unit testing of the clang-uml, can be browsed [here](./docs/test_cases.md)
## LICENSE
Copyright 2021-present Bartek Kryza <bkryza@gmail.com>