aboutsummaryrefslogtreecommitdiff
path: root/test/test-gtest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/test-gtest.cpp')
-rw-r--r--test/test-gtest.cpp12
1 files changed, 0 insertions, 12 deletions
diff --git a/test/test-gtest.cpp b/test/test-gtest.cpp
deleted file mode 100644
index fd9fec1..0000000
--- a/test/test-gtest.cpp
+++ /dev/null
@@ -1,12 +0,0 @@
-
-#include <glib.h>
-#include <gtest/gtest.h>
-
-extern "C" {
- #include "app-section.h"
-}
-
-TEST(AppSection, NameInitialized) {
- g_type_init();
- EXPECT_TRUE(true);
-}