aboutsummaryrefslogtreecommitdiffstats
path: root/host/tests/CMakeLists.txt
diff options
context:
space:
mode:
authormichael-west <michael.west@ettus.com>2018-10-18 22:56:03 -0700
committerBrent Stapleton <bstapleton@g.hmc.edu>2018-10-25 09:57:16 -0700
commite9077d3452b1d3204b34ac5ce5125c6f70fc2ac6 (patch)
treeb4a668fd33a080cb07f89e33a579e2fcb395b0d1 /host/tests/CMakeLists.txt
parentadfd3d9598eb23751cd9a7a53acce6c16261e828 (diff)
downloaduhd-e9077d3452b1d3204b34ac5ce5125c6f70fc2ac6.tar.gz
uhd-e9077d3452b1d3204b34ac5ce5125c6f70fc2ac6.tar.bz2
uhd-e9077d3452b1d3204b34ac5ce5125c6f70fc2ac6.zip
Test: Add unit test for eeprom_utils
Diffstat (limited to 'host/tests/CMakeLists.txt')
-rw-r--r--host/tests/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/host/tests/CMakeLists.txt b/host/tests/CMakeLists.txt
index ba0484e86..44c042f65 100644
--- a/host/tests/CMakeLists.txt
+++ b/host/tests/CMakeLists.txt
@@ -23,6 +23,7 @@ SET(test_sources
constrained_device_args_test.cpp
convert_test.cpp
dict_test.cpp
+ eeprom_utils_test.cpp
error_test.cpp
fp_compare_delta_test.cpp
fp_compare_epsilon_test.cpp