KiCad PCB EDA Suite
Loading...
Searching...
No Matches
test_library_tables.cpp File Reference
#include <filesystem>
#include <fstream>
#include <mock_pgm_base.h>
#include <richio.h>
#include <io/kicad/kicad_io_utils.h>
#include <qa_utils/wx_utils/unit_test_utils.h>
#include <settings/settings_manager.h>
#include <pegtl/contrib/analyze.hpp>
#include <libraries/library_manager.h>
#include <libraries/library_table.h>
#include <libraries/library_table_parser.h>
#include <libraries/library_table_grammar.h>

Go to the source code of this file.

Functions

 BOOST_AUTO_TEST_CASE (Grammar)
 
 BOOST_AUTO_TEST_CASE (EmptyString)
 
 BOOST_AUTO_TEST_CASE (ParseFromFile)
 
 BOOST_AUTO_TEST_CASE (ParseAndConstruct)
 
 BOOST_AUTO_TEST_CASE (Manager)
 

Function Documentation

◆ BOOST_AUTO_TEST_CASE() [1/5]

BOOST_AUTO_TEST_CASE ( EmptyString )

◆ BOOST_AUTO_TEST_CASE() [2/5]

BOOST_AUTO_TEST_CASE ( Grammar )

Definition at line 40 of file test_library_tables.cpp.

References BOOST_AUTO_TEST_CASE(), and BOOST_REQUIRE().

◆ BOOST_AUTO_TEST_CASE() [3/5]

BOOST_AUTO_TEST_CASE ( Manager )

◆ BOOST_AUTO_TEST_CASE() [4/5]

◆ BOOST_AUTO_TEST_CASE() [5/5]

BOOST_AUTO_TEST_CASE ( ParseFromFile )