Add test to measure performance of FM modulation and filtering

This commit is contained in:
Andreas Eversberg
2017-02-12 07:35:05 +01:00
parent 4de1e0188d
commit 58ebc15292
3 changed files with 79 additions and 1 deletions

View File

@@ -6,7 +6,8 @@ noinst_PROGRAMS = \
test_compandor \
test_emphasis \
test_dms \
test_sms
test_sms \
test_performance
test_filter_SOURCES = test_filter.c dummy.c
@@ -57,3 +58,12 @@ test_sms_LDADD = \
$(UHD_LIBS) \
-lm
test_performance_SOURCES = dummy.c test_performance.c
test_performance_LDADD = \
$(COMMON_LA) \
$(top_builddir)/src/common/libcommon.a \
$(ALSA_LIBS) \
$(UHD_LIBS) \
-lm