From 2d2726f41d81068b8f3c8f1852f7d32fdf3b1eb1 Mon Sep 17 00:00:00 2001
From: Jan Lemmer <jan.lemmer@fst.tu-darmstadt.de>
Date: Thu, 7 Oct 2021 09:16:21 +0200
Subject: [PATCH] add a simple runner test

---
 CI_files/runner_test.m | 5 +++++
 1 file changed, 5 insertions(+)
 create mode 100644 CI_files/runner_test.m

diff --git a/CI_files/runner_test.m b/CI_files/runner_test.m
new file mode 100644
index 0000000..14781e7
--- /dev/null
+++ b/CI_files/runner_test.m
@@ -0,0 +1,5 @@
+function [result] = runner_test()
+%RUNNER_TEST testing function to test, if the runner is set up properly
+result = true;
+end
+
-- 
GitLab