aboutgitcodelistschat:MatrixIRC
path: root/tests/unit/test_op_call.c
diff options
context:
space:
mode:
authorAlice Frosi <afrosi@redhat.com>2023-03-24 16:43:21 +0100
committerAlice Frosi <afrosi@redhat.com>2023-03-24 16:43:21 +0100
commit36aa909322ba603413e2834deef95d74a49adfc8 (patch)
tree0f01797c9eebccfb0e1dabf8ff17f907d78dd89d /tests/unit/test_op_call.c
parente6562db0423e6019154baf05beb02ff3da02f3bb (diff)
downloadseitan-36aa909322ba603413e2834deef95d74a49adfc8.tar
seitan-36aa909322ba603413e2834deef95d74a49adfc8.tar.gz
seitan-36aa909322ba603413e2834deef95d74a49adfc8.tar.bz2
seitan-36aa909322ba603413e2834deef95d74a49adfc8.tar.lz
seitan-36aa909322ba603413e2834deef95d74a49adfc8.tar.xz
seitan-36aa909322ba603413e2834deef95d74a49adfc8.tar.zst
seitan-36aa909322ba603413e2834deef95d74a49adfc8.zip
tests: Adjust project directory and add license headers
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;