goToMain / libosdp

Implementation of IEC 60839-11-5 OSDP (Open Supervised Device Protocol); provides a C library with support for C++, Rust and Python3
https://libosdp.sidcha.dev
Apache License 2.0
128 stars 69 forks source link

Add tests to check PD command callbacks #176

Open sidcha opened 2 months ago

sidcha commented 2 months ago

PR #174 addressed a copy/paste bug with PD app command callbacks; but the test suite should have caught this for us.

Update test suite to check for these callbacks and verify that there are no errors after.