diff options
author | Philip Balister <philip@opensdr.com> | 2010-09-10 10:07:37 -0400 |
---|---|---|
committer | Philip Balister <philip@opensdr.com> | 2010-09-10 10:07:37 -0400 |
commit | 136e507182085fc5e666c08a0099103caba19c24 (patch) | |
tree | a73e32376bfea28d45032744e609d331da5cf21b /host | |
parent | 5fe26aa11d3fbd32aa60d44aef2a50381b497eeb (diff) | |
download | uhd-136e507182085fc5e666c08a0099103caba19c24.tar.gz uhd-136e507182085fc5e666c08a0099103caba19c24.tar.bz2 uhd-136e507182085fc5e666c08a0099103caba19c24.zip |
Install main_test so we can test cross compiled uhd.
Diffstat (limited to 'host')
-rw-r--r-- | host/test/CMakeLists.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/host/test/CMakeLists.txt b/host/test/CMakeLists.txt index c620fd641..0d4607f68 100644 --- a/host/test/CMakeLists.txt +++ b/host/test/CMakeLists.txt @@ -40,3 +40,8 @@ ADD_TEST(test main_test) # demo of a loadable module ######################################################################## ADD_LIBRARY(module_test MODULE module_test.cpp) + +INSTALL(TARGETS + main_test + RUNTIME DESTINATION ${PKG_DATA_DIR}/tests +) |