KiCad PCB EDA Suite
|
#include <qa_utils/wx_utils/unit_test_utils.h>
#include <connection_graph.h>
#include <lib_symbol.h>
#include <pin_type.h>
#include <sch_bus_entry.h>
#include <sch_line.h>
#include <sch_pin.h>
#include <sch_symbol.h>
#include <sch_sheet.h>
#include <sch_sheet_path.h>
#include <sch_screen.h>
#include <algorithm>
#include <map>
#include <set>
Go to the source code of this file.
Functions | |
void | boost_test_update_symbol_connectivity () |
void | boost_test_update_generic_connectivity () |
BOOST_AUTO_TEST_CASE (SymbolConnectivityLinksPins) | |
BOOST_AUTO_TEST_CASE (GenericItemConnectivity) | |
BOOST_AUTO_TEST_CASE | ( | GenericItemConnectivity | ) |
Definition at line 238 of file test_update_items_connectivity.cpp.
References boost_test_update_generic_connectivity().
BOOST_AUTO_TEST_CASE | ( | SymbolConnectivityLinksPins | ) |
Definition at line 234 of file test_update_items_connectivity.cpp.
References boost_test_update_symbol_connectivity().
void boost_test_update_generic_connectivity | ( | ) |
Definition at line 139 of file test_update_items_connectivity.cpp.
Referenced by BOOST_AUTO_TEST_CASE().
void boost_test_update_symbol_connectivity | ( | ) |
Definition at line 38 of file test_update_items_connectivity.cpp.
Referenced by BOOST_AUTO_TEST_CASE().