KiCad PCB EDA Suite
Loading...
Searching...
No Matches
ALLEGRO_BOARD_TEST_DESCRIPTOR Struct Reference

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_DESCRIPTORm_BlockTests
 
bool m_HasBoardFile
 
std::vector< BOARD_EXPECTATION_TEST::DESCRIPTORm_ExpectationTests
 List of expectation tests found in the JSON for this board.
 

Detailed Description

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.

Member Data Documentation

◆ m_BlockTests

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().

◆ m_BrdName

std::string ALLEGRO_BOARD_TEST_DESCRIPTOR::m_BrdName

Definition at line 79 of file test_allegro_boards.cpp.

Referenced by buildAllegroBoardSuites().

◆ m_ExpectationTests

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().

◆ m_HasBoardFile

bool ALLEGRO_BOARD_TEST_DESCRIPTOR::m_HasBoardFile

Definition at line 83 of file test_allegro_boards.cpp.

Referenced by buildAllegroBoardSuites().

◆ m_HasHeaderTest

bool ALLEGRO_BOARD_TEST_DESCRIPTOR::m_HasHeaderTest

Definition at line 81 of file test_allegro_boards.cpp.

Referenced by buildAllegroBoardSuites().


The documentation for this struct was generated from the following file: