diff options
author | Josh Blum <josh@joshknows.com> | 2010-06-06 22:47:03 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2010-06-06 22:47:03 -0700 |
commit | ba429614ed0a772a33bbe1b29e41016b340942dc (patch) | |
tree | 9f3e1acbb1e1dfc8535dd04c529652f9f7184143 /host/test/CMakeLists.txt | |
parent | 4f0736ef7ce93d58f0768d99257b2624d5711490 (diff) | |
download | uhd-ba429614ed0a772a33bbe1b29e41016b340942dc.tar.gz uhd-ba429614ed0a772a33bbe1b29e41016b340942dc.tar.bz2 uhd-ba429614ed0a772a33bbe1b29e41016b340942dc.zip |
added byteswap routine to utils
Diffstat (limited to 'host/test/CMakeLists.txt')
-rw-r--r-- | host/test/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/host/test/CMakeLists.txt b/host/test/CMakeLists.txt index 24778d13e..7fd3dd401 100644 --- a/host/test/CMakeLists.txt +++ b/host/test/CMakeLists.txt @@ -22,6 +22,7 @@ ADD_EXECUTABLE(main_test main_test.cpp addr_test.cpp buffer_test.cpp + byteswap_test.cpp dict_test.cpp error_test.cpp gain_handler_test.cpp |