Skip to content

Commit 394c4ab

Browse files
committed
Adds docs for building and running unit tests to CONTRIBUTING.md
1 parent e5774f3 commit 394c4ab

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

CONTRIBUTING.md

+11
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,14 @@ make clean
1515
# list all make commands
1616
make help
1717
```
18+
## Testing
19+
20+
SIPNET also uses `make` to build and run its unit tests. This can be done with the following commands:
21+
```shell
22+
# Compile tests
23+
make test
24+
# Run tests
25+
make testrun
26+
# Clean after tests are run
27+
make testclean
28+
```

0 commit comments

Comments
 (0)