KiCad PCB EDA Suite
Loading...
Searching...
No Matches
test_fp_lib_load_save.cpp File Reference
#include <qa_utils/wx_utils/unit_test_utils.h>
#include <boost/test/data/test_case.hpp>
#include <board.h>
#include <kiid.h>
#include <footprint.h>
#include <pcbnew_utils/board_file_utils.h>
#include <pcbnew_utils/board_test_utils.h>
#include <settings/settings_manager.h>

Go to the source code of this file.

Functions

 BOOST_DATA_TEST_CASE (FpLibLoadSave, boost::unit_test::data::make(FpLibLoadSave_testCases), testCase)
 Simple tests cases that run though the given FPs and checks some simple properties.
 

Function Documentation

◆ BOOST_DATA_TEST_CASE()

BOOST_DATA_TEST_CASE ( FpLibLoadSave  ,
boost::unit_test::data::make(FpLibLoadSave_testCases)  ,
testCase   
)

Simple tests cases that run though the given FPs and checks some simple properties.

This is not the same as FootprintLoadSave, as that tests the loading and saving of board files that contain footprints. This tests loading and saving of footprint files, and includes at least some of the library IO code.

Definition at line 76 of file test_fp_lib_load_save.cpp.

References BOOST_CHECK_EQUAL(), and KI_TEST::LoadAndTestFootprintFile().