1# DVB Test Data 2 3The `.bin` files in this directory are generated from the `.xml` files using 4`tstabcomp` from [TSDuck](https://tsduck.io/). 5 6The XML files are kept to make it clear where the values in the test assertions 7are coming from, and to make it easier to change or add data in future. When 8adding new files, or making changes to existing ones, you should regenerate the 9`.bin` files using the command above before committing. 10 11To regenerate all the `.bin` files: 12 13```shell 14$ tstabcomp -c testdata/src/test/assets/dvbsi/*.xml 15``` 16