aboutsummaryrefslogtreecommitdiff
path: root/tests/gtest-menuitems.cpp
blob: cac28c4324ea2b0af479b448371ae1dc4be703dd (plain)
1
2
3
4
5
6
7
8

#include <glib-object.h>
#include <gtest/gtest.h>

TEST(StartTesting, DummyTest) {
	g_type_init();
	EXPECT_TRUE(true);
}