Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | devtese: Change default Python interpreter to 3 | Martin Braun | 2019-11-08 | 1 | -1/+1 |
| | | | | | | | | | | | Usually, devtest is run via make (or ninja), and will use the correct Python interpreter. When running directly on the command line, it is important to pick the right Python interpreter so it will work with the Python API. Here, we change the default interpreter from Python 2 to 3, because that's the more common version, and will be the only option for upcoming UHD 4.0 anyway. | ||||
* | devtest: Add new test for tx_waveforms | Martin Braun | 2019-05-22 | 1 | -0/+53 |
This will run tx_waveforms with a few settings. |