aboutsummaryrefslogtreecommitdiffstats
path: root/gr-fft
diff options
context:
space:
mode:
authorHåkon Vågsether <hauk142@gmail.com>2021-06-04 23:54:56 +0200
committerMarcus Müller <marcus@hostalia.de>2021-06-05 23:38:22 +0200
commitd84df80edaf1e8491a1b4fc208b407b7e5c5198c (patch)
tree4c9f45491f74b098a50183986e5d4487e7c4fd03 /gr-fft
parentiio: detect not only ad9361.h presence, but suitability (diff)
downloadgnuradio-d84df80edaf1e8491a1b4fc208b407b7e5c5198c.tar.xz
gnuradio-d84df80edaf1e8491a1b4fc208b407b7e5c5198c.zip
fft: Use explicit extension when adding test
Signed-off-by: Håkon Vågsether <hauk142@gmail.com>
Diffstat (limited to 'gr-fft')
-rw-r--r--gr-fft/lib/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-fft/lib/CMakeLists.txt b/gr-fft/lib/CMakeLists.txt
index 6ab4ea4b9..ac6d0986a 100644
--- a/gr-fft/lib/CMakeLists.txt
+++ b/gr-fft/lib/CMakeLists.txt
@@ -60,7 +60,7 @@ if(ENABLE_TESTING)
include(GrTest)
list(APPEND test_gr_fft_sources
- qa_fft_shift
+ qa_fft_shift.cc
)
list(APPEND GR_TEST_TARGET_DEPS gnuradio-fft)