Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mpm: optionally generate XML report when running unittests | Joerg Hofrichter | 2020-01-22 | 1 | -7/+22 |
| | | | | | If the unittests are invoked with an extra argument -x, an XML report is generated if the xmlrunner module is installed | ||||
* | cmake: Add unit testing framework to MPM | Toni Jones | 2019-03-26 | 1 | -0/+64 |
Add unit testing framework to MPM which can be run by calling "make test". The testing is done using the built in unittest Python module. Tests can be run on a dev machine or on the USRP itself when compiling natively. |