summaryrefslogtreecommitdiff
path: root/gr-gsm-fr-vocoder
diff options
context:
space:
mode:
authorTom Rondeau2010-10-04 20:18:46 -0400
committerTom Rondeau2010-10-04 20:18:46 -0400
commit2652a20330ea1238d561ce799c40833e46d3508c (patch)
tree18e33f06998841b4d8ea63a1c55374c4728d2f8f /gr-gsm-fr-vocoder
parent2104a9d1b2c964ec0f710f3209bb4a63cc7ae548 (diff)
downloadgnuradio-2652a20330ea1238d561ce799c40833e46d3508c.tar.gz
gnuradio-2652a20330ea1238d561ce799c40833e46d3508c.tar.bz2
gnuradio-2652a20330ea1238d561ce799c40833e46d3508c.zip
Updating all of the QA code that I can actually test to work with the new XML output runners.
Diffstat (limited to 'gr-gsm-fr-vocoder')
-rwxr-xr-xgr-gsm-fr-vocoder/src/python/qa_gsm_full_rate.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/gr-gsm-fr-vocoder/src/python/qa_gsm_full_rate.py b/gr-gsm-fr-vocoder/src/python/qa_gsm_full_rate.py
index ac5084072..4164a1965 100755
--- a/gr-gsm-fr-vocoder/src/python/qa_gsm_full_rate.py
+++ b/gr-gsm-fr-vocoder/src/python/qa_gsm_full_rate.py
@@ -1,6 +1,6 @@
#!/usr/bin/env python
#
-# Copyright 2004,2007 Free Software Foundation, Inc.
+# Copyright 2004,2007,2010 Free Software Foundation, Inc.
#
# This file is part of GNU Radio
#
@@ -23,7 +23,7 @@
from gnuradio import gr, gr_unittest
import gsm_full_rate
-class qa_howto (gr_unittest.TestCase):
+class test_gsm_vocoder (gr_unittest.TestCase):
def setUp (self):
self.tb = gr.top_block ()
@@ -32,4 +32,4 @@ class qa_howto (gr_unittest.TestCase):
self.tb = None
if __name__ == '__main__':
- gr_unittest.main ()
+ gr_unittest.run(test_gsm_vocoder, "test_gsm_vocoder.xml")