From 9915fc716a332b9de6e266d044339a069753abcb Mon Sep 17 00:00:00 2001 From: Sven Eric Panitz <sveneric@panitz.name> Date: Fri, 27 Jan 2023 16:36:02 +0100 Subject: [PATCH] Testdateien in Testordner... --- 4725FakultaetCPP/files/{include => test}/my_test.cc | 0 4725FakultaetCPP/files/{include => test}/my_test_approval.cc | 0 4725FakultaetCPP/meta.xml | 4 ++-- 3 files changed, 2 insertions(+), 2 deletions(-) rename 4725FakultaetCPP/files/{include => test}/my_test.cc (100%) rename 4725FakultaetCPP/files/{include => test}/my_test_approval.cc (100%) diff --git a/4725FakultaetCPP/files/include/my_test.cc b/4725FakultaetCPP/files/test/my_test.cc similarity index 100% rename from 4725FakultaetCPP/files/include/my_test.cc rename to 4725FakultaetCPP/files/test/my_test.cc diff --git a/4725FakultaetCPP/files/include/my_test_approval.cc b/4725FakultaetCPP/files/test/my_test_approval.cc similarity index 100% rename from 4725FakultaetCPP/files/include/my_test_approval.cc rename to 4725FakultaetCPP/files/test/my_test_approval.cc diff --git a/4725FakultaetCPP/meta.xml b/4725FakultaetCPP/meta.xml index 44e64e1..02c505f 100644 --- a/4725FakultaetCPP/meta.xml +++ b/4725FakultaetCPP/meta.xml @@ -6,7 +6,7 @@ <file public="true" type="template" path="fac.cc"/> <file public="false" type="solution" path="fac.cc"/> <file public="true" type="include" path="fac.h"></file> - <file public="true" type="include" path="my_test.cc"></file> - <file public="false" type="include" path="my_test_approval.cc"/> + <file public="true" type="test" path="my_test.cc"></file> + <file public="false" type="test" path="my_test_approval.cc"/> </files> </task> -- GitLab