Skip to content

Commit

Permalink
Adds docs for building and running unit tests to CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Alomir committed Jan 10, 2025
1 parent e5774f3 commit 394c4ab
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,14 @@ make clean
# list all make commands
make help
```
## Testing

SIPNET also uses `make` to build and run its unit tests. This can be done with the following commands:
```shell
# Compile tests
make test
# Run tests
make testrun
# Clean after tests are run
make testclean
```

0 comments on commit 394c4ab

Please sign in to comment.