diff options
author | Tom Rondeau | 2011-07-19 21:30:19 -0400 |
---|---|---|
committer | Tom Rondeau | 2011-07-19 21:30:48 -0400 |
commit | 3f94d49bae62301349f31959c34c690b5c47fc2b (patch) | |
tree | 26bd4ff3f3ea2efc0415887c636d634392f45b38 /gnuradio-core/src/guile | |
parent | f7b9a0c6922c86cd54c1300ab45209d8e2db13df (diff) | |
download | gnuradio-3f94d49bae62301349f31959c34c690b5c47fc2b.tar.gz gnuradio-3f94d49bae62301349f31959c34c690b5c47fc2b.tar.bz2 gnuradio-3f94d49bae62301349f31959c34c690b5c47fc2b.zip |
digital: moved gr_binary_slicer_fb to digital_binary_slicer_fb and added QA code. Removed constellation_decoder and everything that dependedon it. Must switch everything to digital_constellation_decoder now. Also moved gmsk to gr-digital. Make check passes.
Diffstat (limited to 'gnuradio-core/src/guile')
-rw-r--r-- | gnuradio-core/src/guile/tests/general_ctors.test | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gnuradio-core/src/guile/tests/general_ctors.test b/gnuradio-core/src/guile/tests/general_ctors.test index 244249dd8..76198f103 100644 --- a/gnuradio-core/src/guile/tests/general_ctors.test +++ b/gnuradio-core/src/guile/tests/general_ctors.test @@ -71,9 +71,6 @@ ;;; ./general/gr_bin_statistics_f.h WONTFIX: requires gr_feval_dd & swig directors ;;;(pass-if (true? (gr:bin-statistics-f 1 (gr:msg-queue) 0 0 0))) -;;; ./general/gr_binary_slicer_fb.h -(pass-if (true? (gr:binary-slicer-fb))) - ;;; ./general/gr_bytes_to_syms.h (pass-if (true? (gr:bytes-to-syms))) @@ -108,9 +105,6 @@ ;;; ./general/gr_conjugate_cc.h (pass-if (true? (gr:conjugate-cc))) -;;; ./general/gr_constellation_decoder_cb.h -(pass-if (true? (gr:constellation-decoder-cb #(2+3i 23+5i) #(0 1)))) - ;;; ./general/gr_copy.h (pass-if (true? (gr:copy 1))) |