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

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

extern "C" {
   #include "app-section.h"
}

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