From 36aa909322ba603413e2834deef95d74a49adfc8 Mon Sep 17 00:00:00 2001 From: Alice Frosi Date: Fri, 24 Mar 2023 16:43:21 +0100 Subject: tests: Adjust project directory and add license headers --- tests/unit/test_operations.c | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'tests/unit/test_operations.c') diff --git a/tests/unit/test_operations.c b/tests/unit/test_operations.c index 85a19ff..a743aa4 100644 --- a/tests/unit/test_operations.c +++ b/tests/unit/test_operations.c @@ -1,3 +1,8 @@ +/* SPDX-License-Identifier: GPL-3.0-or-later + * Copyright 2023 Red Hat GmbH + * Author: Alice Frosi + */ + #define _GNU_SOURCE #include #include @@ -20,9 +25,9 @@ #include -#include "../../gluten.h" -#include "../../operations.h" -#include "../../common.h" +#include "gluten.h" +#include "operations.h" +#include "common.h" #define MAX_TEST_PATH 250 -- cgit v1.2.3