diff options
author | Josh Blum <josh@joshknows.com> | 2011-10-04 09:56:11 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2011-11-03 20:37:10 -0700 |
commit | abed04b3c6d70c260d8725831b8aa6e944f52749 (patch) | |
tree | 4889ef9281c7ee8f7301287fecb2eeb2fc8be873 /host/tests/CMakeLists.txt | |
parent | 6c13ef7855dcfe9c825e819f69f219851387da25 (diff) | |
download | uhd-abed04b3c6d70c260d8725831b8aa6e944f52749.tar.gz uhd-abed04b3c6d70c260d8725831b8aa6e944f52749.tar.bz2 uhd-abed04b3c6d70c260d8725831b8aa6e944f52749.zip |
uhd: restored super packet handler functionality
Diffstat (limited to 'host/tests/CMakeLists.txt')
-rw-r--r-- | host/tests/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/host/tests/CMakeLists.txt b/host/tests/CMakeLists.txt index 25679a33e..28cc1c5da 100644 --- a/host/tests/CMakeLists.txt +++ b/host/tests/CMakeLists.txt @@ -29,8 +29,8 @@ SET(test_sources msg_test.cpp property_test.cpp ranges_test.cpp - #TODO restore sph_recv_test.cpp - #TODO restore sph_send_test.cpp + sph_recv_test.cpp + sph_send_test.cpp subdev_spec_test.cpp time_spec_test.cpp vrt_test.cpp |