Skip to content

Commit

Permalink
Merge pull request #14 from anarkiwi/qacpp
Browse files Browse the repository at this point in the history
remove stub cpp tests.
  • Loading branch information
anarkiwi authored Dec 20, 2022
2 parents e8b3c90 + c9b33e0 commit 1aa7b76
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 462 deletions.
26 changes: 0 additions & 26 deletions lib/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -43,29 +43,3 @@ GR_LIBRARY_FOO(gnuradio-iqtlabs)
########################################################################
message(STATUS "Using install prefix: ${CMAKE_INSTALL_PREFIX}")
message(STATUS "Building for version: ${VERSION} / ${LIBVER}")

########################################################################
# Build and register unit test
########################################################################
include(GrTest)

# If your unit tests require special include paths, add them here
#include_directories()
# List all files that contain Boost.UTF unit tests here
list(APPEND test_iqtlabs_sources
qa_retune_fft.cc
qa_tuneable_test_source.cc
)
# Anything we need to link to for the unit tests go here
list(APPEND GR_TEST_TARGET_DEPS gnuradio-iqtlabs)

if(NOT test_iqtlabs_sources)
MESSAGE(STATUS "No C++ unit tests... skipping")
return()
endif(NOT test_iqtlabs_sources)

foreach(qa_file ${test_iqtlabs_sources})
GR_ADD_CPP_TEST("iqtlabs_${qa_file}"
${CMAKE_CURRENT_SOURCE_DIR}/${qa_file}
)
endforeach(qa_file)
218 changes: 0 additions & 218 deletions lib/qa_retune_fft.cc

This file was deleted.

Loading

0 comments on commit 1aa7b76

Please sign in to comment.