summaryrefslogtreecommitdiff
path: root/grc/tests
Commit message (Collapse)AuthorAgeFilesLines
* grc: pep8 formattingJosh Morman2021-11-248-15/+35
| | | | Signed-off-by: Josh Morman <jmorman@gnuradio.org>
* grc: exclude examples test from make testJosh Morman2021-05-202-1/+2
| | | | Signed-off-by: Josh Morman <jmorman@perspectalabs.com>
* grc: Test all in-tree examplesHåkon Vågsether2021-05-201-0/+67
| | | | Signed-off-by: Håkon Vågsether <hauk142@gmail.com>
* gr-blocks: Standardize Vector parameter nameSolomon Tan2021-05-191-2/+2
| | | | | | | | Addresses point 1 of Issue #4615. Replaces all label instances of "Vec Length" to "Vector Length". Also replaces "Vec Rate" to "Vector Rate" for standardization. Signed-off-by: Solomon Tan <solomonbstoner@yahoo.com.au>
* grc: add top_block.py to .gitignoreJosh Morman2021-03-041-0/+1
| | | | Signed-off-by: Josh Morman <jmorman@perspectalabs.com>
* Fix typosluz paz2021-02-081-1/+1
| | | | | | | | Found via `codespell v2.1.dev0` `codespell -q 3 -L ans,fo,hist,inout,ist,ith,nd,sinc,uint -S ./volk` Signed-off-by: luz paz <luzpaz@users.noreply.github.com> Signed-off-by: Josh Morman <jmorman@perspectalabs.com>
* grc: Let test_generator.py know where to find blocksHåkon Vågsether2021-01-111-2/+5
| | | | Signed-off-by: Håkon Vågsether <hauk142@gmail.com>
* grc: Clean up test_expr_utils.pyHåkon Vågsether2021-01-111-9/+6
| | | | Signed-off-by: Håkon Vågsether <hauk142@gmail.com>
* grc: Accept file pointer in load_stdlib() (converter/xml.py)Håkon Vågsether2021-01-111-1/+1
| | | | | | Fixes test_xml_parser.py failing in the absence of lxml Signed-off-by: Håkon Vågsether <hauk142@gmail.com>
* more qt4 qt5 updatesA. Maitland Bottoms2020-12-181-1/+1
| | | | Have additional apps, examples, and tools use Qt5 instead of Qt4.
* grc: fix pylint C0303: Trailing whitespaceClayton Smith2020-10-203-5/+3
|
* Update license header to SPDX formatdevnulling2020-01-276-78/+8
|
* grc: Set GRC_BLOCKS_PATH to the local blocks directoryVasil Velichkov2020-01-104-3/+1
| | | | Remove expected failures from 3 tests
* grc: Run tests using GR_ADD_TEST macroVasil Velichkov2020-01-101-4/+1
| | | | | Some of the new tests import other gnuradio's python modules and PYTHONPATH needs to be set accordingly.
* grc: Execute tests only when pytest is availableVasil Velichkov2020-01-101-4/+12
|
* grc: Mark failing tests with xfailVasil Velichkov2020-01-104-1/+11
| | | | and fix test_extend()
* grc: Include GRC tests in CTest testingVasil Velichkov2020-01-102-0/+28
|
* GRC: testing: can't rely on set ordering; sets are unorderedMarcus Müller2019-11-011-1/+1
|
* grc: Make sure that the C++ test works at allHåkon Vågsether2019-07-282-10/+100
|
* grc: Added copyright to C++ testHåkon Vågsether2019-07-281-1/+18
|
* grc: Use yaml.safe_load() instead of yaml.load()Håkon Vågsether2019-07-211-1/+1
| | | | yaml.load() has been deprecated: https://msg.pyyaml.org/load
* grc: fixes in evaluated propertiesSebastian Koslowski2019-02-171-0/+2
|
* grc: fix block flagsSebastian Koslowski2019-02-171-7/+10
|
* Add C++ generationHåkon Vågsether2018-11-231-0/+18
|
* tests: Removing dict.iteritems from YML fileBrent Stapleton2018-11-131-1/+1
| | | | | | | Removing usage of dict.iteritems from a YML file used in the GRC test framework. The dictionary that was using dict.iteritems was very small, so that usage was replaced with a very simple, manual construction of the dictionary.
* Added YAML blocks that needed manual editingHåkon Vågsether2017-10-106-238/+135
|
* grc: added yaml/mako supportSebastian Koslowski2017-06-2912-0/+755
| | | | Includes basic converter from XML/Cheetah to YAML/Mako based block format.
* grc: changes to grcc CLISebastian Koslowski2016-09-281-2/+6
|
* grc: add some test code for grccSebastian Koslowski2016-09-232-0/+287