diff options
author | Ron Economos <w6rz@comcast.net> | 2019-03-08 08:21:40 -0800 |
---|---|---|
committer | Marcus Müller <marcus@hostalia.de> | 2019-03-08 20:24:48 +0100 |
commit | 6e35aec189606d801a172a168010cd3650328368 (patch) | |
tree | a1e4541461a3bb59aa221001964b2916d0e0e034 /gr-utils/python | |
parent | ea6bcb41eb610e4c5023b6ce2104a9e2b339e246 (diff) |
utils: Remove references to gr-filter from gr_modtool.
Diffstat (limited to 'gr-utils/python')
-rw-r--r-- | gr-utils/python/modtool/templates/gr-newmod/lib/qa_howto.cc | 2 | ||||
-rw-r--r-- | gr-utils/python/modtool/templates/gr-newmod/lib/qa_howto.h | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/gr-utils/python/modtool/templates/gr-newmod/lib/qa_howto.cc b/gr-utils/python/modtool/templates/gr-newmod/lib/qa_howto.cc index 2f10a3a564..25709d6f63 100644 --- a/gr-utils/python/modtool/templates/gr-newmod/lib/qa_howto.cc +++ b/gr-utils/python/modtool/templates/gr-newmod/lib/qa_howto.cc @@ -21,7 +21,7 @@ */ /* - * This class gathers together all the test cases for the gr-filter + * This class gathers together all the test cases for the gr-howto * directory into a single test suite. As you create new test cases, * add them here. */ diff --git a/gr-utils/python/modtool/templates/gr-newmod/lib/qa_howto.h b/gr-utils/python/modtool/templates/gr-newmod/lib/qa_howto.h index c50bde3ec7..cec49cc22b 100644 --- a/gr-utils/python/modtool/templates/gr-newmod/lib/qa_howto.h +++ b/gr-utils/python/modtool/templates/gr-newmod/lib/qa_howto.h @@ -27,12 +27,12 @@ #include <gnuradio/attributes.h> #include <cppunit/TestSuite.h> -//! collect all the tests for the gr-filter directory +//! collect all the tests for the gr-howto directory class __GR_ATTR_EXPORT qa_howto { public: - //! return suite of tests for all of gr-filter directory + //! return suite of tests for all of gr-howto directory static CppUnit::TestSuite *suite(); }; |