This commit is contained in:
parent
aa2ff7b2f0
commit
2f3113f55d
11742 changed files with 1223940 additions and 0 deletions
39
unikernel/duniverse/ppxlib/test/501_migrations/dune
Normal file
39
unikernel/duniverse/ppxlib/test/501_migrations/dune
Normal file
|
|
@ -0,0 +1,39 @@
|
|||
(executable
|
||||
(name identity_driver)
|
||||
(modules identity_driver)
|
||||
(libraries ppxlib))
|
||||
|
||||
(executable
|
||||
(name reverse_migrations)
|
||||
(modules reverse_migrations)
|
||||
(libraries ppxlib))
|
||||
|
||||
(executable
|
||||
(name compare_on)
|
||||
(libraries unix)
|
||||
(modules compare_on))
|
||||
|
||||
(cram
|
||||
(package ppxlib)
|
||||
(enabled_if
|
||||
(and
|
||||
(>= %{ocaml_version} "5.1.0~alpha2")
|
||||
(< %{ocaml_version} "5.2.0")))
|
||||
(applies_to normal_migrations)
|
||||
(deps identity_driver.exe compare_on.exe))
|
||||
|
||||
(cram
|
||||
(package ppxlib)
|
||||
(enabled_if
|
||||
(= %{ocaml_version} "5.0.0"))
|
||||
(applies_to reverse_migrations)
|
||||
(deps reverse_migrations.exe compare_on.exe))
|
||||
|
||||
(cram
|
||||
(package ppxlib)
|
||||
(enabled_if
|
||||
(and
|
||||
(>= %{ocaml_version} "5.0.0")
|
||||
(< %{ocaml_version} "5.2.0")))
|
||||
(applies_to one_migration)
|
||||
(deps identity_driver.exe compare_on.exe))
|
||||
Loading…
Add table
Add a link
Reference in a new issue