diff options
author | Josh Blum <josh@joshknows.com> | 2010-05-01 21:35:11 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2010-05-01 21:35:11 -0700 |
commit | 99d55ca11eb67cbbec72660d10a94ea0e9c50f39 (patch) | |
tree | 99e12d16d95e8c4f6ac884cd6d5e650a5bac74f8 /host/test/CMakeLists.txt | |
parent | dd8373063684418eb978cdd1a2b0896923ba1d47 (diff) | |
download | uhd-99d55ca11eb67cbbec72660d10a94ea0e9c50f39.tar.gz uhd-99d55ca11eb67cbbec72660d10a94ea0e9c50f39.tar.bz2 uhd-99d55ca11eb67cbbec72660d10a94ea0e9c50f39.zip |
Code tweaks and added unit test for dict and error message.
Diffstat (limited to 'host/test/CMakeLists.txt')
-rw-r--r-- | host/test/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/host/test/CMakeLists.txt b/host/test/CMakeLists.txt index 1791d9082..61b0b503d 100644 --- a/host/test/CMakeLists.txt +++ b/host/test/CMakeLists.txt @@ -21,6 +21,8 @@ ADD_EXECUTABLE(main_test main_test.cpp addr_test.cpp + dict_test.cpp + error_test.cpp gain_handler_test.cpp vrt_test.cpp wax_test.cpp |