From b8b206c6e84757c6d4d36cec619a1e7c37d1eb5f Mon Sep 17 00:00:00 2001 From: Robert Tari Date: Wed, 10 Feb 2021 13:06:05 +0100 Subject: Move source files to src --- tests/service-shutdown-timeout.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/service-shutdown-timeout.c') diff --git a/tests/service-shutdown-timeout.c b/tests/service-shutdown-timeout.c index e044216..5407c27 100644 --- a/tests/service-shutdown-timeout.c +++ b/tests/service-shutdown-timeout.c @@ -22,7 +22,7 @@ License along with this library. If not, see #include -#include "libayatana-indicator/indicator-service.h" +#include "src/indicator-service.h" static GMainLoop * mainloop = NULL; static gboolean passed = FALSE; -- cgit v1.2.3 From 1fa174f54c9604499f059489e544cfc59c825f27 Mon Sep 17 00:00:00 2001 From: Robert Tari Date: Thu, 11 Feb 2021 15:22:22 +0100 Subject: Add CMakeLists.txt files + tests/test-loader.c: fix library paths + Fix include paths tests/test-loader.c: fix library paths --- tests/service-shutdown-timeout.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/service-shutdown-timeout.c') diff --git a/tests/service-shutdown-timeout.c b/tests/service-shutdown-timeout.c index 5407c27..526be0f 100644 --- a/tests/service-shutdown-timeout.c +++ b/tests/service-shutdown-timeout.c @@ -22,7 +22,7 @@ License along with this library. If not, see #include -#include "src/indicator-service.h" +#include "indicator-service.h" static GMainLoop * mainloop = NULL; static gboolean passed = FALSE; -- cgit v1.2.3 From c277aa68455b232c37a4c52b39e948a6ab0b0e11 Mon Sep 17 00:00:00 2001 From: Robert Tari Date: Wed, 10 Feb 2021 13:29:38 +0100 Subject: Append us to copyright headers --- tests/service-shutdown-timeout.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/service-shutdown-timeout.c') diff --git a/tests/service-shutdown-timeout.c b/tests/service-shutdown-timeout.c index 526be0f..338ebb6 100644 --- a/tests/service-shutdown-timeout.c +++ b/tests/service-shutdown-timeout.c @@ -2,9 +2,11 @@ Test for libayatana-indicator Copyright 2009 Canonical Ltd. +Copyright 2021 AyatanaIndicators Authors: Ted Gould + Robert Tari This library is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License -- cgit v1.2.3