summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilip Balister <philip@opensdr.com>2010-10-21 13:57:50 -0400
committerPhilip Balister <philip@opensdr.com>2010-10-21 13:57:50 -0400
commitc347ad973f4b51b00f66d7422cd03e8790de9be3 (patch)
treeec8a6f261a7a722c6842e1d90fa976905b7ead09
parent635440c5990e7a27fdb38f694123258633e85427 (diff)
downloaduhd-c347ad973f4b51b00f66d7422cd03e8790de9be3.tar.gz
uhd-c347ad973f4b51b00f66d7422cd03e8790de9be3.tar.bz2
uhd-c347ad973f4b51b00f66d7422cd03e8790de9be3.zip
usrp_e: Do not install main_test anymore.
-rw-r--r--host/test/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/host/test/CMakeLists.txt b/host/test/CMakeLists.txt
index 59a550f98..2cc987f0c 100644
--- a/host/test/CMakeLists.txt
+++ b/host/test/CMakeLists.txt
@@ -52,6 +52,5 @@ ENDFOREACH(test_source)
ADD_LIBRARY(module_test MODULE module_test.cpp)
INSTALL(TARGETS
- main_test
RUNTIME DESTINATION ${PKG_DATA_DIR}/tests
)