From 5cadef8d6ed40a9ec112a8852a3225ce1fe1afab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Fischer?= <bjoern.fischer@hs-rm.de> Date: Fri, 17 May 2024 19:48:58 +0200 Subject: [PATCH] migrate hs tasks --- 00001SimpleFunctionsHS/meta.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/00001SimpleFunctionsHS/meta.xml b/00001SimpleFunctionsHS/meta.xml index d695829..8766ccb 100644 --- a/00001SimpleFunctionsHS/meta.xml +++ b/00001SimpleFunctionsHS/meta.xml @@ -11,8 +11,8 @@ <file public="true" type="template" path="Fac.hs"/> <file public="false" type="solution" path="Fac.hs"/> <file public="true" type="test" path="MyTest.hs"/> - <file public="true" type="test" path="TestsPublic.lhs"/> - <file public="true" type="test" path="TestsHidden.hs"/> - <file public="false" type="test" path="MyTestApproval.hs"/> + <file public="true" type="include" path="TestsPublic.lhs"/> + <file public="true" type="include" path="TestsHidden.hs"/> + <file public="false" type="acceptanceTest" path="MyTestApproval.hs"/> </files> </task> \ No newline at end of file -- GitLab