aboutgitcodelistschat:MatrixIRC
path: root/tests/unit/test_op_call.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit/test_op_call.c')
-rw-r--r--tests/unit/test_op_call.c9
1 files changed, 7 insertions, 2 deletions
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 <afrosi@redhat.com>
+ */
+
#define _GNU_SOURCE
#include <stdio.h>
#include <stdlib.h>
@@ -12,8 +17,8 @@
#include <check.h>
-#include "../../gluten.h"
-#include "../../operations.h"
+#include "gluten.h"
+#include "operations.h"
struct args_write_file {
char *file;