File tree Expand file tree Collapse file tree 1 file changed +10
-4
lines changed
Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -6,12 +6,20 @@ from the python dbc library here: https://pypi.org/project/cantools/
66
77## Testing
88
9- I am trying to alwasy make sure that this is very well tested code. I am using Catch2 to do this
9+ I am trying to always make sure that this is very well tested code. I am using Catch2 to do this
1010testing and if you aren't familiar here is the documentation: https://github.com/catchorg/Catch2/blob/master/docs/Readme.md#top
1111
12+ To run the tests locally you can use the following:
13+ ``` bash
14+ mkdir build
15+ cd build
16+ cmake ..
17+ make test -j
18+ ```
19+
1220## Building
1321
14- I am using Cmake to be able to build the tests. I plan on doing more with it but this is what it
22+ I am using Cmake to be able to build the tests and the lib . I plan on doing more with it but this is what it
1523is for now. I am doing developement on the WSL Ubuntu 18.04 kernel. This doesn't mean that IDEs aren't
1624welcome but the build process might not be suited for this. You will need to modify it for your
1725needs. Feel free to submit changes so the building process will be more robust.
@@ -24,8 +32,6 @@ cmake ..
2432make
2533```
2634
27- These steps produce an executable in the bin folder.
28-
2935## Contributing
3036
3137I welcome all help! Please feel free to fork and start some pull requests!
You can’t perform that action at this time.
0 commit comments