aboutgitcodelistschat:MatrixIRC
path: root/tests/unit/test_operations.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit/test_operations.c')
-rw-r--r--tests/unit/test_operations.c11
1 files changed, 8 insertions, 3 deletions
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 <afrosi@redhat.com>
+ */
+
#define _GNU_SOURCE
#include <stdio.h>
#include <stdlib.h>
@@ -20,9 +25,9 @@
#include <check.h>
-#include "../../gluten.h"
-#include "../../operations.h"
-#include "../../common.h"
+#include "gluten.h"
+#include "operations.h"
+#include "common.h"
#define MAX_TEST_PATH 250