Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mpm: Generalize unittest Test Case functionality | Toni Jones | 2019-04-11 | 1 | -33/+7 |
| | | | | | | Pull some general functionality out of a specific test case and create a TestBase class. Future test cases will inherit from TestBase and have access to this general functionality. | ||||
* | cmake: Add unit testing framework to MPM | Toni Jones | 2019-03-26 | 1 | -0/+163 |
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. |