aboutsummaryrefslogtreecommitdiffstats
path: root/host/examples/CMakeLists.txt
diff options
context:
space:
mode:
authorNicholas Corgan <nick.corgan@ettus.com>2012-05-10 12:14:59 -0700
committerJosh Blum <josh@joshknows.com>2012-05-10 12:49:42 -0700
commit926ee6316d768f72191e5abffc5c0e2074e0bbe7 (patch)
tree3b3cfadad414beab85ee9baabdf452b69078058e /host/examples/CMakeLists.txt
parentc0a9d1c71cb0d82085221ffca4974a573de98552 (diff)
downloaduhd-926ee6316d768f72191e5abffc5c0e2074e0bbe7.tar.gz
uhd-926ee6316d768f72191e5abffc5c0e2074e0bbe7.tar.bz2
uhd-926ee6316d768f72191e5abffc5c0e2074e0bbe7.zip
Examples - Test Daughterboard Coercion: moves across the frequency and gain ranges of a daughterboard and tests whether or not it can tune/lock at all advertised frequencies and gains
Diffstat (limited to 'host/examples/CMakeLists.txt')
-rw-r--r--host/examples/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/host/examples/CMakeLists.txt b/host/examples/CMakeLists.txt
index 34f2eccba..b49268652 100644
--- a/host/examples/CMakeLists.txt
+++ b/host/examples/CMakeLists.txt
@@ -25,6 +25,7 @@ SET(example_sources
rx_samples_to_file.cpp
rx_samples_to_udp.cpp
rx_timed_samples.cpp
+ test_dboard_coercion.cpp
test_messages.cpp
test_pps_input.cpp
test_timed_commands.cpp