From 1a6b0b86fcebe55d3986b720da305017b4b215cb Mon Sep 17 00:00:00 2001 From: David Sancho Moreno Date: Thu, 9 Jan 2025 12:20:54 +0100 Subject: [PATCH] Move into a folder --- test/{basic.t => basic.t/run.t} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename test/{basic.t => basic.t/run.t} (84%) diff --git a/test/basic.t b/test/basic.t/run.t similarity index 84% rename from test/basic.t rename to test/basic.t/run.t index efed096..10c5621 100644 --- a/test/basic.t +++ b/test/basic.t/run.t @@ -4,5 +4,5 @@ Create a file input.ml with the following content > EOF Run the ppx and print the output - $ ./standalone.exe --impl input.ml + $ ./../standalone.exe --impl input.ml let () = print_endline "Hello future compiler engineer!"