diff options
author | Josh Blum <josh@joshknows.com> | 2011-06-25 11:00:47 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2011-06-25 20:22:23 -0700 |
commit | a951db18fd0edfe19e9e75b91bb30dfa731dbd9c (patch) | |
tree | d409f5a3644db44a6dc08432536e49ba8f232cdb /host/tests/CMakeLists.txt | |
parent | b8d0dc0918c90c03b5e69593c8f79b5457aa5d7a (diff) | |
download | uhd-a951db18fd0edfe19e9e75b91bb30dfa731dbd9c.tar.gz uhd-a951db18fd0edfe19e9e75b91bb30dfa731dbd9c.tar.bz2 uhd-a951db18fd0edfe19e9e75b91bb30dfa731dbd9c.zip |
uhd: work on templated property class
Diffstat (limited to 'host/tests/CMakeLists.txt')
-rw-r--r-- | host/tests/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/host/tests/CMakeLists.txt b/host/tests/CMakeLists.txt index b7bcfb7d5..133763591 100644 --- a/host/tests/CMakeLists.txt +++ b/host/tests/CMakeLists.txt @@ -27,6 +27,7 @@ SET(test_sources error_test.cpp gain_group_test.cpp msg_test.cpp + property_test.cpp ranges_test.cpp sph_recv_test.cpp sph_send_test.cpp |