aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile.am4
-rw-r--r--tests/test-indicator.cc1
2 files changed, 2 insertions, 3 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index cc3b52a..f6387a0 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -12,8 +12,8 @@ include $(srcdir)/Makefile.am.strings
check_LIBRARIES = libgtest.a
nodist_libgtest_a_SOURCES = \
- $(GTEST_SOURCE)/src/gtest-all.cc \
- $(GTEST_SOURCE)/src/gtest_main.cc
+ $(GTEST_SOURCE)/gtest-all.cc \
+ $(GTEST_SOURCE)/gtest_main.cc
AM_CPPFLAGS = $(GTEST_CPPFLAGS) -I${top_srcdir}/src -Wall -Werror
AM_CXXFLAGS = $(GTEST_CXXFLAGS)
diff --git a/tests/test-indicator.cc b/tests/test-indicator.cc
index 67a2780..2480c94 100644
--- a/tests/test-indicator.cc
+++ b/tests/test-indicator.cc
@@ -34,7 +34,6 @@ namespace
if (G_UNLIKELY(!initialized))
{
initialized = true;
- g_type_init();
g_setenv ("GSETTINGS_SCHEMA_DIR", SCHEMA_DIR, TRUE);
}
}