aboutsummaryrefslogtreecommitdiff
path: root/test/test-gtest.cpp
blob: 1cc97be2d5adec059b13fcf4bdb586133a35be0d (plain)
1
2
3
4
5
6
7
8
9
10
11
12

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

extern "C" {
   #include "launcher-menu-item.h"
}

TEST(LauncherMenuItem, NameInitialized) {
  g_type_init();
  EXPECT_TRUE(true);
}