From b232ea90be69cfa1af58503405782786b8e45421 Mon Sep 17 00:00:00 2001 From: Clombrong Date: Wed, 25 Jun 2025 10:26:31 +0200 Subject: feat(native_hello): new test for native OCaml --- test/native/dune | 2 ++ test/native/native_hello.ml | 2 ++ 2 files changed, 4 insertions(+) create mode 100644 test/native/dune create mode 100644 test/native/native_hello.ml (limited to 'test') diff --git a/test/native/dune b/test/native/dune new file mode 100644 index 0000000..6ce5a45 --- /dev/null +++ b/test/native/dune @@ -0,0 +1,2 @@ +(test + (name native_hello)) diff --git a/test/native/native_hello.ml b/test/native/native_hello.ml new file mode 100644 index 0000000..ea57e57 --- /dev/null +++ b/test/native/native_hello.ml @@ -0,0 +1,2 @@ +let () = + print_endline "Hello, world!" -- cgit v1.2.3