Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | tests: fbs test: Fix issues around missing git | Martin Braun | 2020-08-25 | 1 | -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 test | Lars Amsel | 2020-06-23 | 1 | -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. |