diff options
author | Josh Blum <josh@joshknows.com> | 2011-10-02 14:45:44 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2011-11-03 20:37:09 -0700 |
commit | bf5aba2dc1b32c8eb0d016e98f942fb7119fdfde (patch) | |
tree | bb1ec55faeb54fb7a40fed28d1b0a0558e06bd83 /host/tests/CMakeLists.txt | |
parent | c086dd883e5c318dcdf8e654128abf671da90ec0 (diff) | |
download | uhd-bf5aba2dc1b32c8eb0d016e98f942fb7119fdfde.tar.gz uhd-bf5aba2dc1b32c8eb0d016e98f942fb7119fdfde.tar.bz2 uhd-bf5aba2dc1b32c8eb0d016e98f942fb7119fdfde.zip |
uhd: moved wax API into deprecated files
Diffstat (limited to 'host/tests/CMakeLists.txt')
-rw-r--r-- | host/tests/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/host/tests/CMakeLists.txt b/host/tests/CMakeLists.txt index c97116233..28cc1c5da 100644 --- a/host/tests/CMakeLists.txt +++ b/host/tests/CMakeLists.txt @@ -34,7 +34,6 @@ SET(test_sources subdev_spec_test.cpp time_spec_test.cpp vrt_test.cpp - wax_test.cpp ) #turn each test cpp file into an executable with an int main() function |