aboutsummaryrefslogtreecommitdiffstats
path: root/mpm/python/tests/run_unit_tests.py
Commit message (Collapse)AuthorAgeFilesLines
* cmake: Add unit testing framework to MPMToni Jones2019-03-261-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.