mte/unikernel/duniverse/dune_/example/hello_world.t/run.t

7 lines
161 B
Perl
Raw Normal View History

2025-11-11 02:07:51 +01:00
Build an example project and run the tests:
$ dune build @install @runtest
Rebuild main if necessary, and run it
$ dune exec ./bin/main.exe
Hello, world!