-
Notifications
You must be signed in to change notification settings - Fork 67
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Beacon unit test #86
Beacon unit test #86
Conversation
4359b61
to
cfd0463
Compare
cfd0463
to
c9cb560
Compare
How exactly are you supposed to compile and run this new test? It would be great if you could add some documentation related to this. I tried However, when then doing
|
Hi Søren, Thank you for your review. It is my first time trying GitHub and I forgot to add a description or even just say hello and introduce myself, sorry about that. Compiling and running the test has to be done just like it is done in the GitHub workflow. The GitHub workflow seems to have worked fine since I can see the test result in https://github.com/opendroneid/opendroneid-core-c/actions/runs/7459545630/job/20299910103?pr=86 I will add a few words in the |
Ahh, right. I missed the addition to the top-level CMakeLists.txt. I will wait for your additions and then this can be merged. |
Thanks. This is a valuable contribution. Of course, the test set is rather limited right now, but since the general framework is there, it should be fairly easy to add additional tests. |
You're welcome. Hopefully I will have some spare time to add a few more tests. My goal is to keep our internal copy at senseFly and the GitHub reference not too far from each other. |
Add a unit test on the beacon frame encoding, runnable from a CI to check against regressions.