summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gr-fec/python/fec/qa_polar_decoder_sc.py4
-rw-r--r--gr-fec/python/fec/qa_polar_decoder_sc_list.py5
-rw-r--r--gr-fec/python/fec/qa_polar_encoder.py3
3 files changed, 3 insertions, 9 deletions
diff --git a/gr-fec/python/fec/qa_polar_decoder_sc.py b/gr-fec/python/fec/qa_polar_decoder_sc.py
index 1ef458082a..6dd1e8e481 100644
--- a/gr-fec/python/fec/qa_polar_decoder_sc.py
+++ b/gr-fec/python/fec/qa_polar_decoder_sc.py
@@ -116,6 +116,4 @@ class test_polar_decoder_sc(gr_unittest.TestCase):
if __name__ == '__main__':
- gr_unittest.run(test_polar_decoder_sc)
-
-
+ gr_unittest.run(test_polar_decoder_sc, "test_polar_decoder_sc.xml")
diff --git a/gr-fec/python/fec/qa_polar_decoder_sc_list.py b/gr-fec/python/fec/qa_polar_decoder_sc_list.py
index adbb736f01..36819b396f 100644
--- a/gr-fec/python/fec/qa_polar_decoder_sc_list.py
+++ b/gr-fec/python/fec/qa_polar_decoder_sc_list.py
@@ -124,7 +124,4 @@ class test_polar_decoder_sc_list(gr_unittest.TestCase):
if __name__ == '__main__':
- gr_unittest.run(test_polar_decoder_sc_list)
-
-
-
+ gr_unittest.run(test_polar_decoder_sc_list, "test_polar_decoder_sc_list.xml")
diff --git a/gr-fec/python/fec/qa_polar_encoder.py b/gr-fec/python/fec/qa_polar_encoder.py
index 22d9b11fae..d7362b6dc4 100644
--- a/gr-fec/python/fec/qa_polar_encoder.py
+++ b/gr-fec/python/fec/qa_polar_encoder.py
@@ -121,5 +121,4 @@ class test_polar_encoder(gr_unittest.TestCase):
if __name__ == '__main__':
- gr_unittest.run(test_polar_encoder)
-
+ gr_unittest.run(test_polar_encoder, "test_polar_encoder.xml")