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!"