Commit graph

2 commits

Author SHA1 Message Date
Martin Braun
21ed72b5a2 devtese: Change default Python interpreter to 3
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.
2019-11-08 08:56:20 -08:00
Martin Braun
8081105e24 devtest: Add new test for tx_waveforms
This will run tx_waveforms with a few settings.
2019-05-22 14:27:02 -07:00