Add test to measure performance of FM modulation and filtering
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user