diff options
author | Martin Braun <martin.braun@ettus.com> | 2019-05-21 11:33:41 -0700 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2019-05-22 15:34:52 -0700 |
commit | a76ce96c9f8dae6521e9e1fc59283cbf72e6461a (patch) | |
tree | 093e20567f5da0d24bc32021c2b7d5da2775c33b /host/cmake | |
parent | 7a062a181ae1a0270408fff594d18a4c2dc3c009 (diff) | |
download | uhd-a76ce96c9f8dae6521e9e1fc59283cbf72e6461a.tar.gz uhd-a76ce96c9f8dae6521e9e1fc59283cbf72e6461a.tar.bz2 uhd-a76ce96c9f8dae6521e9e1fc59283cbf72e6461a.zip |
cmake: tests: Add macro for non-API based unit tests
All unit tests which require extra sources (i.e., can't just interact
with the UHD API) have been manually added to the CMakeLists.txt in
a clumsy fashion. This macro cleans that up a little.
Diffstat (limited to 'host/cmake')
-rw-r--r-- | host/cmake/Modules/UHDUnitTest.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/host/cmake/Modules/UHDUnitTest.cmake b/host/cmake/Modules/UHDUnitTest.cmake index 0807fe3b5..3ebf3f08c 100644 --- a/host/cmake/Modules/UHDUnitTest.cmake +++ b/host/cmake/Modules/UHDUnitTest.cmake @@ -1,6 +1,7 @@ # # Copyright 2010-2012,2015 Ettus Research LLC # Copyright 2018 Ettus Research, a National Instruments Company +# Copyright 2019 Ettus Research, a National Instruments Brand # # SPDX-License-Identifier: GPL-3.0-or-later # |