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_op_call.c | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'tests/unit/test_op_call.c') diff --git a/tests/unit/test_op_call.c b/tests/unit/test_op_call.c index 6ffef99..9a89599 100644 --- a/tests/unit/test_op_call.c +++ b/tests/unit/test_op_call.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 @@ -12,8 +17,8 @@ #include -#include "../../gluten.h" -#include "../../operations.h" +#include "gluten.h" +#include "operations.h" struct args_write_file { char *file; -- cgit v1.2.3