This commit is contained in:
parent
aa2ff7b2f0
commit
2f3113f55d
11742 changed files with 1223940 additions and 0 deletions
23
unikernel/duniverse/mirage/test/functoria/e2e/dune
Normal file
23
unikernel/duniverse/mirage/test/functoria/e2e/dune
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
(executable
|
||||
(name test)
|
||||
(modules test)
|
||||
(libraries e2e alcotest cmdliner rresult astring))
|
||||
|
||||
(executable
|
||||
(name help)
|
||||
(modules help)
|
||||
(libraries astring fmt))
|
||||
|
||||
(cram
|
||||
(deps
|
||||
test.exe
|
||||
help.exe
|
||||
(source_tree app)
|
||||
(source_tree lib)
|
||||
(source_tree errors)
|
||||
(source_tree context)
|
||||
(package mirage)
|
||||
(package mirage-runtime))
|
||||
(enabled_if
|
||||
(<> %{architecture} "i386"))
|
||||
(package mirage))
|
||||
Loading…
Add table
Add a link
Reference in a new issue