From 206fe4d5cbfe412c0bb2b543bfcb90d98f0604c5 Mon Sep 17 00:00:00 2001 From: Andrej Rode Date: Tue, 4 Apr 2017 10:28:21 -0700 Subject: gr-usrptest: remove unit test cmake stub --- tools/gr-usrptest/lib/CMakeLists.txt | 19 ------------------- tools/gr-usrptest/python/CMakeLists.txt | 1 - 2 files changed, 20 deletions(-) (limited to 'tools/gr-usrptest') diff --git a/tools/gr-usrptest/lib/CMakeLists.txt b/tools/gr-usrptest/lib/CMakeLists.txt index 2d8f0fe16..10ba461e1 100644 --- a/tools/gr-usrptest/lib/CMakeLists.txt +++ b/tools/gr-usrptest/lib/CMakeLists.txt @@ -51,25 +51,6 @@ endif(APPLE) include(GrMiscUtils) GR_LIBRARY_FOO(gnuradio-usrptest RUNTIME_COMPONENT "usrptest_runtime" DEVEL_COMPONENT "usrptest_devel") -######################################################################## -# Build and register unit test -######################################################################## -include(GrTest) - -include_directories(${CPPUNIT_INCLUDE_DIRS}) - -add_executable(test-usrptest ${test_usrptest_sources}) - -target_link_libraries( - test-usrptest - ${GNURADIO_RUNTIME_LIBRARIES} - ${Boost_LIBRARIES} - ${CPPUNIT_LIBRARIES} - gnuradio-usrptest -) - -GR_ADD_TEST(test_usrptest test-usrptest) - ######################################################################## # Print summary ######################################################################## diff --git a/tools/gr-usrptest/python/CMakeLists.txt b/tools/gr-usrptest/python/CMakeLists.txt index ba3d12394..9d678c815 100644 --- a/tools/gr-usrptest/python/CMakeLists.txt +++ b/tools/gr-usrptest/python/CMakeLists.txt @@ -20,7 +20,6 @@ ######################################################################## # Include python install macros ######################################################################## -include(GrPython) if(NOT PYTHONINTERP_FOUND) return() endif() -- cgit v1.2.3