This commit is contained in:
swrup 2025-11-11 02:07:51 +01:00
parent aa2ff7b2f0
commit 2f3113f55d
11742 changed files with 1223940 additions and 0 deletions

View 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))