27#include <boost/test/unit_test.hpp>
37 SetPgm(
new MOCK_PGM_BASE() );
39 boost::unit_test::framework::master_test_suite().p_name.value =
"Pcbnew module tests";
41 bool ok = wxInitialize();
46 wxInitAllImageHandlers();
53int main(
int argc,
char* argv[] )
55 int ret = boost::unit_test::unit_test_main( &
init_unit_test, argc, argv );
bool init_unit_test()
Main file for the pcbnew tests to be compiled.
void SetPgm(PGM_BASE *pgm)