From 8f68c3d56b2d7ccff6f4f7af885cb3fa4e06bc4c Mon Sep 17 00:00:00 2001 From: Virgile Prevosto <virgile.prevosto@m4x.org> Date: Tue, 11 Jul 2023 18:48:26 +0200 Subject: [PATCH] [tests] convince dune to really copy test_machdep_dummy.i file in test dir --- tests/fc_script/test_machdep_dummy.i | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/fc_script/test_machdep_dummy.i b/tests/fc_script/test_machdep_dummy.i index fcbfa736607..b2e24660bf2 100644 --- a/tests/fc_script/test_machdep_dummy.i +++ b/tests/fc_script/test_machdep_dummy.i @@ -5,4 +5,5 @@ COMMENT: to keep the number of files inspected by fc-script identical. COMMENT: WARNING: be sure to keep the ENABLED_IF below in sync with test_machdep.i ENABLED_IF: (or (not %{bin-available:clang}) (not %{bin-available:yq})) + EXECNOW: LOG test.res touch test.res */ -- GitLab