7
mirror of https://gitlab.com/kicad/code/kicad.git synced 2025-04-18 16:29:18 +00:00

Use kiplatform::app::init to suppress gerbview qa noise on msvc

This commit is contained in:
Marek Roszko 2022-07-18 21:34:52 -04:00
parent 0335df77fa
commit 2ed95073a6

View File

@ -25,6 +25,7 @@
* Main file for the pcbnew tests to be compiled
*/
#include <boost/test/unit_test.hpp>
#include <kiplatform/app.h>
#include <wx/init.h>
@ -38,6 +39,7 @@ 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)