From 927d1f68d08b7f4736eb4e391ce0947ad813ef73 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yanis=20Zafir=C3=B3pulos?= <1265028+drkameleon@users.noreply.github.com> Date: Wed, 6 Mar 2024 13:08:17 +0100 Subject: [PATCH] and... add test to the list of tests --- Unix/t/00_C.t | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Unix/t/00_C.t b/Unix/t/00_C.t index b0da07a9..5e15f4cd 100755 --- a/Unix/t/00_C.t +++ b/Unix/t/00_C.t @@ -44,6 +44,11 @@ my @Tests = ( 'ref' => '../tests/outputs/openharmony.ets.yaml', 'args' => '../tests/inputs/openharmony.ets', }, + { + 'name' => 'Arturo', + 'ref' => '../tests/outputs/Arturo.art.yaml', + 'args' => '../tests/inputs/Arturo.art', + }, { 'name' => 'AsciiDoc', 'ref' => '../tests/outputs/asciidoctor.adoc.yaml',