aboutsummaryrefslogtreecommitdiffstats
path: root/host/tests/verify_fbs_test.py
Commit message (Collapse)AuthorAgeFilesLines
* tests: fbs test: Fix issues around missing gitMartin Braun2020-08-251-1/+2
| | | | | | | | | - update_fbs.py would use git directly, instead of the requested git executable - There are other corner cases for the git executable detection, which are now all captured under a more general exception type Credit to Christopher Friedt for pointing out the original issue.
* test: Add verify-flatbuffer testLars Amsel2020-06-231-0/+33
This runs update_fbs.py --verify as a unit test, and fail accordingly. The test passes if git executable is not found or the schema files are not within a git repo, because both are not a dependency of UHD.