cn-uofbasel / ccn-lite

CCN-lite, a lightweight implementation of the CCNx protocol and its variations
ISC License
74 stars 63 forks source link

adds tests cases for local producer functionality #292

Closed mfrey closed 6 years ago

mfrey commented 6 years ago

Contribution description

Adds test cases for local producer functions as defined in ccnl-producer.{c,h}. The tests are quite limited since we basically only test if a function has been set or not.

Issues/PRs references

This PR is related to #163