diff options
author | Tom Rondeau <trondeau@vt.edu> | 2012-11-09 18:17:25 -0500 |
---|---|---|
committer | Tom Rondeau <trondeau@vt.edu> | 2012-11-10 14:39:35 -0500 |
commit | 988c73b0e9f012a1951cfa02b3054cf856a795dd (patch) | |
tree | 7dfbad506e79e435d2b4b79117abf4390ce7a43f /gr-analog/lib/qa_analog.cc | |
parent | 0b1d665833530ff9120f55e132f95aa8013cefa2 (diff) |
analog: removing rotator from gr-analog.
Will go into gr-blocks (it's used in gr-filter). QA code is in gnuradio-core/.../filter but is not activated.
Diffstat (limited to 'gr-analog/lib/qa_analog.cc')
-rw-r--r-- | gr-analog/lib/qa_analog.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gr-analog/lib/qa_analog.cc b/gr-analog/lib/qa_analog.cc index c3d51863bd..f1e3a45e27 100644 --- a/gr-analog/lib/qa_analog.cc +++ b/gr-analog/lib/qa_analog.cc @@ -35,7 +35,6 @@ qa_gr_analog::suite() CppUnit::TestSuite *s = new CppUnit::TestSuite("gr-analog"); s->addTest(gr::analog::qa_sincos::suite()); - s->addTest(gr::analog::qa_rotator::suite()); return s; } |