KiCad PCB EDA Suite
Loading...
Searching...
No Matches
ALLEGRO_BOARD_TEST_REF 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
 
const nlohmann::json & m_BrdTestJson
 
bool m_HasHeaderTest
 
std::vector< ALLEGRO_BLOCK_TESTm_BlockTests
 
bool m_HasBoardFile
 
bool m_HasExpectations
 

Detailed Description

Just enough information about the board test to be able to name and register any tests for this board.

Definition at line 418 of file test_allegro_boards.cpp.

Member Data Documentation

◆ m_BlockTests

std::vector<ALLEGRO_BLOCK_TEST> ALLEGRO_BOARD_TEST_REF::m_BlockTests

Definition at line 427 of file test_allegro_boards.cpp.

Referenced by buildAllegroBoardSuites().

◆ m_BrdName

std::string ALLEGRO_BOARD_TEST_REF::m_BrdName

Definition at line 421 of file test_allegro_boards.cpp.

Referenced by buildAllegroBoardSuites().

◆ m_BrdTestJson

const nlohmann::json& ALLEGRO_BOARD_TEST_REF::m_BrdTestJson

Definition at line 424 of file test_allegro_boards.cpp.

◆ m_HasBoardFile

bool ALLEGRO_BOARD_TEST_REF::m_HasBoardFile

Definition at line 428 of file test_allegro_boards.cpp.

Referenced by buildAllegroBoardSuites().

◆ m_HasExpectations

bool ALLEGRO_BOARD_TEST_REF::m_HasExpectations

Definition at line 429 of file test_allegro_boards.cpp.

Referenced by buildAllegroBoardSuites().

◆ m_HasHeaderTest

bool ALLEGRO_BOARD_TEST_REF::m_HasHeaderTest

Definition at line 426 of file test_allegro_boards.cpp.

Referenced by buildAllegroBoardSuites().


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