aboutsummaryrefslogtreecommitdiffstats
path: root/mpm/python/tests/CMakeLists.txt
blob: 26dcad40a2e3ec34e4fddcc0627287cd363feb27 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#
# Copyright 2019 Ettus Research, a National Instruments Brand
#
# SPDX-License-Identifier: GPL-3.0-or-later
#

########################################################################
# This file included, use CMake directory variables
########################################################################

add_test(
  NAME mpm_unit_tests
  COMMAND ${PYTHON_EXECUTABLE} ${CMAKE_CURRENT_SOURCE_DIR}/run_unit_tests.py ${MPM_DEVICE}
)