Browse Source

Move KIPLATFORM::APP::Init in qa_gerbview

7.0
Marek Roszko 3 years ago
parent
commit
cf7576484f
  1. 2
      qa/unittests/gerbview/test_module.cpp

2
qa/unittests/gerbview/test_module.cpp

@ -32,6 +32,7 @@
bool init_unit_test()
{
KIPLATFORM::APP::Init();
boost::unit_test::framework::master_test_suite().p_name.value = "Gerbview module tests";
return wxInitialize();
}
@ -39,7 +40,6 @@ bool init_unit_test()
int main( int argc, char* argv[] )
{
KIPLATFORM::APP::Init();
int ret = boost::unit_test::unit_test_main( &init_unit_test, argc, argv );
// This causes some glib warnings on GTK3 (http://trac.wxwidgets.org/ticket/18274)

Loading…
Cancel
Save