|
KiCad PCB EDA Suite
|
Just enough information about the board test to be able to name and register any tests for this board. More...
Public Attributes | |
| std::string | m_BrdName |
| bool | m_HasHeaderTest |
| std::vector< ALLEGRO_BLOCK_TEST_DESCRIPTOR > | m_BlockTests |
| bool | m_HasBoardFile |
| std::vector< BOARD_EXPECTATION_TEST::DESCRIPTOR > | m_ExpectationTests |
| List of expectation tests found in the JSON for this board. | |
Just enough information about the board test to be able to name and register any tests for this board.
Definition at line 76 of file test_allegro_boards.cpp.
| std::vector<ALLEGRO_BLOCK_TEST_DESCRIPTOR> ALLEGRO_BOARD_TEST_DESCRIPTOR::m_BlockTests |
Definition at line 82 of file test_allegro_boards.cpp.
Referenced by buildAllegroBoardSuites().
| std::string ALLEGRO_BOARD_TEST_DESCRIPTOR::m_BrdName |
Definition at line 79 of file test_allegro_boards.cpp.
Referenced by buildAllegroBoardSuites().
| std::vector<BOARD_EXPECTATION_TEST::DESCRIPTOR> ALLEGRO_BOARD_TEST_DESCRIPTOR::m_ExpectationTests |
List of expectation tests found in the JSON for this board.
Definition at line 86 of file test_allegro_boards.cpp.
Referenced by buildAllegroBoardSuites().
| bool ALLEGRO_BOARD_TEST_DESCRIPTOR::m_HasBoardFile |
Definition at line 83 of file test_allegro_boards.cpp.
Referenced by buildAllegroBoardSuites().
| bool ALLEGRO_BOARD_TEST_DESCRIPTOR::m_HasHeaderTest |
Definition at line 81 of file test_allegro_boards.cpp.
Referenced by buildAllegroBoardSuites().