From 8b080a8a14e943e998b9c301106456e41d176207 Mon Sep 17 00:00:00 2001 From: Toni Jones Date: Tue, 5 Mar 2019 11:09:12 -0600 Subject: cmake: Add unit testing framework to MPM 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. --- mpm/python/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'mpm/python/CMakeLists.txt') diff --git a/mpm/python/CMakeLists.txt b/mpm/python/CMakeLists.txt index 7338b5167..84cff3e54 100644 --- a/mpm/python/CMakeLists.txt +++ b/mpm/python/CMakeLists.txt @@ -66,3 +66,5 @@ elseif (ENABLE_E320) DESTINATION ${RUNTIME_DIR} ) endif (ENABLE_MYKONOS) + +add_subdirectory(tests) -- cgit v1.2.3