This commit is contained in:
parent
aa2ff7b2f0
commit
2f3113f55d
11742 changed files with 1223940 additions and 0 deletions
24
unikernel/duniverse/mirage/test/functoria/e2e/describe.t
Normal file
24
unikernel/duniverse/mirage/test/functoria/e2e/describe.t
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
Test that `describe` works as expected:
|
||||
|
||||
$ ./test.exe describe --file app/config.ml
|
||||
Name noop
|
||||
Keys vote=cat (default),
|
||||
warn_error=false (default)
|
||||
$ ./test.exe describe -v --file app/config.ml
|
||||
test.exe: [INFO] run: describe:
|
||||
{ "args" =
|
||||
{ "context" = ;
|
||||
"config_file" = app/config.ml;
|
||||
"output" = None;
|
||||
"dry_run" = false };
|
||||
"dotcmd" = "xdot";
|
||||
"dot" = false;
|
||||
"eval" = None }
|
||||
test.exe: [INFO] Generating: app/test/dune-workspace.config (base)
|
||||
test.exe: [INFO] Generating: dune-project (base)
|
||||
test.exe: [INFO] Generating: app/dune.config (base)
|
||||
Name noop
|
||||
Keys vote=cat (default),
|
||||
warn_error=false (default)
|
||||
Libraries fmt, mirage-runtime.functoria
|
||||
Packages fmt { ?monorepo }, mirage-runtime { ?monorepo }
|
||||
Loading…
Add table
Add a link
Reference in a new issue