summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorRobert Ancell <robert.ancell@canonical.com>2019-08-12 16:36:14 +1200
committerRobert Ancell <robert.ancell@gmail.com>2019-09-09 21:52:08 +0000
commitb02a49cfc6e670586f741e2b3e9ef0b5b015d883 (patch)
treed183b792a0294527dde80182d691a330bbe4db15 /tests
parent1f34dd67dd7eddf3c897e385bf252075f71a8581 (diff)
downloadgnome-control-center-b02a49cfc6e670586f741e2b3e9ef0b5b015d883.tar.gz
info: Rename info panel to info-overview for consistency
Diffstat (limited to 'tests')
-rw-r--r--tests/info/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/info/meson.build b/tests/info/meson.build
index 202e9e34e..0f5d7a916 100644
--- a/tests/info/meson.build
+++ b/tests/info/meson.build
@@ -3,7 +3,7 @@ test_units = [
'test-info-cleanup'
]
-includes = [top_inc, include_directories('../../panels/info')]
+includes = [top_inc, include_directories('../../panels/info-overview')]
cflags = '-DTEST_SRCDIR="@0@"'.format(meson.current_source_dir())
foreach unit: test_units