-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #29 from lefessan/z-2023-06-14-improvements
Keep comments between AT_SETUP and AT_CLEANUP
- Loading branch information
Showing
21 changed files
with
514 additions
and
40 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
# This file was generated by `drom` from `drom.toml`. | ||
# Do not modify, or add to the `skip` field of `drom.toml`. | ||
opam-version: "2.0" | ||
name: "autofonce" | ||
version: "0.9" | ||
license: "GPL-3.0-only" | ||
synopsis: "A modern runner for GNU Autoconf Testsuites" | ||
description: """\ | ||
autofonce is a modern runner for GNU Autoconf Testsuites: | ||
autofonce has a limited understanding of m4 macros that appear in testsuites | ||
written for the GNU Autoconf testsuites, and can run such tests in a modern | ||
way. | ||
""" | ||
authors: ["Fabrice Le Fessant <fabrice.le_fessant@ocamlpro.com>"] | ||
maintainer: ["Fabrice Le Fessant <fabrice.le_fessant@ocamlpro.com>"] | ||
homepage: "https://ocamlpro.github.io/autofonce" | ||
doc: "https://ocamlpro.github.io/autofonce/sphinx" | ||
bug-reports: "https://github.com/ocamlpro/autofonce/issues" | ||
dev-repo: "git+https://github.com/ocamlpro/autofonce.git" | ||
tags: "org:ocamlpro" | ||
build: [ | ||
["dune" "subst"] {dev} | ||
["sh" "-c" "./scripts/before.sh build '%{name}%'"] | ||
[ | ||
"dune" | ||
"build" | ||
"-p" | ||
"autofonce" | ||
"-x" | ||
"windows" | ||
"-j" | ||
jobs | ||
"@install" | ||
"@runtest" {with-test} | ||
"@doc" {with-doc} | ||
] | ||
["sh" "-c" "./scripts/after.sh build '%{name}%'"] | ||
] | ||
install: [ | ||
["sh" "-c" "./scripts/before.sh install '%{name}%'"] | ||
] | ||
depends: [ | ||
"ocaml" {>= "4.10.0"} | ||
"dune" {>= "2.7.0"} | ||
"autofonce_lib-windows" {= version} | ||
"ppx_inline_test" {with-test} | ||
"ppx_expect" {with-test} | ||
"odoc" {with-doc} | ||
"ocamlformat" {with-test} | ||
] | ||
# Content of `opam-trailer` field: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,54 @@ | ||
# This file was generated by `drom` from `drom.toml`. | ||
# Do not modify, or add to the `skip` field of `drom.toml`. | ||
opam-version: "2.0" | ||
name: "autofonce_config" | ||
version: "0.9" | ||
license: "GPL-3.0-only" | ||
synopsis: "A modern runner for GNU Autoconf Testsuites" | ||
description: """\ | ||
autofonce is a modern runner for GNU Autoconf Testsuites: | ||
autofonce has a limited understanding of m4 macros that appear in testsuites | ||
written for the GNU Autoconf testsuites, and can run such tests in a modern | ||
way. | ||
""" | ||
authors: ["Fabrice Le Fessant <fabrice.le_fessant@ocamlpro.com>"] | ||
maintainer: ["Fabrice Le Fessant <fabrice.le_fessant@ocamlpro.com>"] | ||
homepage: "https://ocamlpro.github.io/autofonce" | ||
doc: "https://ocamlpro.github.io/autofonce/sphinx" | ||
bug-reports: "https://github.com/ocamlpro/autofonce/issues" | ||
dev-repo: "git+https://github.com/ocamlpro/autofonce.git" | ||
tags: "org:ocamlpro" | ||
build: [ | ||
["dune" "subst"] {dev} | ||
["sh" "-c" "./scripts/before.sh build '%{name}%'"] | ||
[ | ||
"dune" | ||
"build" | ||
"-p" | ||
"autofonce_config" | ||
"-x" | ||
"windows" | ||
"-j" | ||
jobs | ||
"@install" | ||
"@runtest" {with-test} | ||
"@doc" {with-doc} | ||
] | ||
["sh" "-c" "./scripts/after.sh build '%{name}%'"] | ||
] | ||
install: [ | ||
["sh" "-c" "./scripts/before.sh install '%{name}%'"] | ||
] | ||
depends: [ | ||
"ocaml" {>= "4.10.0"} | ||
"dune" {>= "2.7.0"} | ||
"toml-windows" {>= "7.0"} | ||
"ocplib_stuff-windows" {>= "0.1"} | ||
"ez_file-windows" {>= "0.3"} | ||
"autofonce_misc-windows" {= version} | ||
"ppx_inline_test" {with-test} | ||
"ppx_expect" {with-test} | ||
"odoc" {with-doc} | ||
"ocamlformat" {with-test} | ||
] | ||
# Content of `opam-trailer` field: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,56 @@ | ||
# This file was generated by `drom` from `drom.toml`. | ||
# Do not modify, or add to the `skip` field of `drom.toml`. | ||
opam-version: "2.0" | ||
name: "autofonce_core" | ||
version: "0.9" | ||
license: "GPL-3.0-only" | ||
synopsis: "A modern runner for GNU Autoconf Testsuites" | ||
description: """\ | ||
autofonce is a modern runner for GNU Autoconf Testsuites: | ||
autofonce has a limited understanding of m4 macros that appear in testsuites | ||
written for the GNU Autoconf testsuites, and can run such tests in a modern | ||
way. | ||
""" | ||
authors: ["Fabrice Le Fessant <fabrice.le_fessant@ocamlpro.com>"] | ||
maintainer: ["Fabrice Le Fessant <fabrice.le_fessant@ocamlpro.com>"] | ||
homepage: "https://ocamlpro.github.io/autofonce" | ||
doc: "https://ocamlpro.github.io/autofonce/sphinx" | ||
bug-reports: "https://github.com/ocamlpro/autofonce/issues" | ||
dev-repo: "git+https://github.com/ocamlpro/autofonce.git" | ||
tags: "org:ocamlpro" | ||
build: [ | ||
["dune" "subst"] {dev} | ||
["sh" "-c" "./scripts/before.sh build '%{name}%'"] | ||
[ | ||
"dune" | ||
"build" | ||
"-p" | ||
"autofonce_core" | ||
"-x" | ||
"windows" | ||
"-j" | ||
jobs | ||
"@install" | ||
"@runtest" {with-test} | ||
"@doc" {with-doc} | ||
] | ||
["sh" "-c" "./scripts/after.sh build '%{name}%'"] | ||
] | ||
install: [ | ||
["sh" "-c" "./scripts/before.sh install '%{name}%'"] | ||
] | ||
depends: [ | ||
"ocaml" {>= "4.10.0"} | ||
"dune" {>= "2.7.0"} | ||
"ocplib_stuff-windows" {>= "0.1"} | ||
"ez_file-windows" {>= "0.3"} | ||
"autofonce_share-windows" {= version} | ||
"autofonce_misc-windows" {= version} | ||
"autofonce_m4-windows" {= version} | ||
"ANSITerminal-windows" {>= "0.8"} | ||
"ppx_inline_test" {with-test} | ||
"ppx_expect" {with-test} | ||
"odoc" {with-doc} | ||
"ocamlformat" {with-test} | ||
] | ||
# Content of `opam-trailer` field: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,59 @@ | ||
# This file was generated by `drom` from `drom.toml`. | ||
# Do not modify, or add to the `skip` field of `drom.toml`. | ||
opam-version: "2.0" | ||
name: "autofonce_lib" | ||
version: "0.9" | ||
license: "GPL-3.0-only" | ||
synopsis: "A modern runner for GNU Autoconf Testsuites" | ||
description: """\ | ||
autofonce is a modern runner for GNU Autoconf Testsuites: | ||
autofonce has a limited understanding of m4 macros that appear in testsuites | ||
written for the GNU Autoconf testsuites, and can run such tests in a modern | ||
way. | ||
""" | ||
authors: ["Fabrice Le Fessant <fabrice.le_fessant@ocamlpro.com>"] | ||
maintainer: ["Fabrice Le Fessant <fabrice.le_fessant@ocamlpro.com>"] | ||
homepage: "https://ocamlpro.github.io/autofonce" | ||
doc: "https://ocamlpro.github.io/autofonce/sphinx" | ||
bug-reports: "https://github.com/ocamlpro/autofonce/issues" | ||
dev-repo: "git+https://github.com/ocamlpro/autofonce.git" | ||
tags: "org:ocamlpro" | ||
build: [ | ||
["dune" "subst"] {dev} | ||
["sh" "-c" "./scripts/before.sh build '%{name}%'"] | ||
[ | ||
"dune" | ||
"build" | ||
"-p" | ||
"autofonce_lib" | ||
"-x" | ||
"windows" | ||
"-j" | ||
jobs | ||
"@install" | ||
"@runtest" {with-test} | ||
"@doc" {with-doc} | ||
] | ||
["sh" "-c" "./scripts/after.sh build '%{name}%'"] | ||
] | ||
install: [ | ||
["sh" "-c" "./scripts/before.sh install '%{name}%'"] | ||
] | ||
depends: [ | ||
"ocaml" {>= "4.10.0"} | ||
"dune" {>= "2.7.0"} | ||
"ocplib_stuff-windows" {>= "0.1"} | ||
"ez_file-windows" {>= "0.3"} | ||
"ez_cmdliner-windows" {>= "0.4.3"} | ||
"autofonce_share-windows" {= version} | ||
"autofonce_patch-windows" {= version} | ||
"autofonce_m4-windows" {= version} | ||
"autofonce_core-windows" {= version} | ||
"autofonce_config-windows" {= version} | ||
"ANSITerminal-windows" {>= "0.8"} | ||
"ppx_inline_test" {with-test} | ||
"ppx_expect" {with-test} | ||
"odoc" {with-doc} | ||
"ocamlformat" {with-test} | ||
] | ||
# Content of `opam-trailer` field: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,53 @@ | ||
# This file was generated by `drom` from `drom.toml`. | ||
# Do not modify, or add to the `skip` field of `drom.toml`. | ||
opam-version: "2.0" | ||
name: "autofonce_m4" | ||
version: "0.9" | ||
license: "GPL-3.0-only" | ||
synopsis: "A modern runner for GNU Autoconf Testsuites" | ||
description: """\ | ||
autofonce is a modern runner for GNU Autoconf Testsuites: | ||
autofonce has a limited understanding of m4 macros that appear in testsuites | ||
written for the GNU Autoconf testsuites, and can run such tests in a modern | ||
way. | ||
""" | ||
authors: ["Fabrice Le Fessant <fabrice.le_fessant@ocamlpro.com>"] | ||
maintainer: ["Fabrice Le Fessant <fabrice.le_fessant@ocamlpro.com>"] | ||
homepage: "https://ocamlpro.github.io/autofonce" | ||
doc: "https://ocamlpro.github.io/autofonce/sphinx" | ||
bug-reports: "https://github.com/ocamlpro/autofonce/issues" | ||
dev-repo: "git+https://github.com/ocamlpro/autofonce.git" | ||
tags: "org:ocamlpro" | ||
build: [ | ||
["dune" "subst"] {dev} | ||
["sh" "-c" "./scripts/before.sh build '%{name}%'"] | ||
[ | ||
"dune" | ||
"build" | ||
"-p" | ||
"autofonce_m4" | ||
"-x" | ||
"windows" | ||
"-j" | ||
jobs | ||
"@install" | ||
"@runtest" {with-test} | ||
"@doc" {with-doc} | ||
] | ||
["sh" "-c" "./scripts/after.sh build '%{name}%'"] | ||
] | ||
install: [ | ||
["sh" "-c" "./scripts/before.sh install '%{name}%'"] | ||
] | ||
depends: [ | ||
"ocaml" {>= "4.10.0"} | ||
"dune" {>= "2.7.0"} | ||
"ocplib_stuff-windows" {>= "0.1"} | ||
"ez_file-windows" {>= "0.3"} | ||
"autofonce_misc-windows" {= version} | ||
"ppx_inline_test" {with-test} | ||
"ppx_expect" {with-test} | ||
"odoc" {with-doc} | ||
"ocamlformat" {with-test} | ||
] | ||
# Content of `opam-trailer` field: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
# This file was generated by `drom` from `drom.toml`. | ||
# Do not modify, or add to the `skip` field of `drom.toml`. | ||
opam-version: "2.0" | ||
name: "autofonce_misc" | ||
version: "0.9" | ||
license: "GPL-3.0-only" | ||
synopsis: "A modern runner for GNU Autoconf Testsuites" | ||
description: """\ | ||
autofonce is a modern runner for GNU Autoconf Testsuites: | ||
autofonce has a limited understanding of m4 macros that appear in testsuites | ||
written for the GNU Autoconf testsuites, and can run such tests in a modern | ||
way. | ||
""" | ||
authors: ["Fabrice Le Fessant <fabrice.le_fessant@ocamlpro.com>"] | ||
maintainer: ["Fabrice Le Fessant <fabrice.le_fessant@ocamlpro.com>"] | ||
homepage: "https://ocamlpro.github.io/autofonce" | ||
doc: "https://ocamlpro.github.io/autofonce/sphinx" | ||
bug-reports: "https://github.com/ocamlpro/autofonce/issues" | ||
dev-repo: "git+https://github.com/ocamlpro/autofonce.git" | ||
tags: "org:ocamlpro" | ||
build: [ | ||
["dune" "subst"] {dev} | ||
["sh" "-c" "./scripts/before.sh build '%{name}%'"] | ||
[ | ||
"dune" | ||
"build" | ||
"-p" | ||
"autofonce_misc" | ||
"-x" | ||
"windows" | ||
"-j" | ||
jobs | ||
"@install" | ||
"@runtest" {with-test} | ||
"@doc" {with-doc} | ||
] | ||
["sh" "-c" "./scripts/after.sh build '%{name}%'"] | ||
] | ||
install: [ | ||
["sh" "-c" "./scripts/before.sh install '%{name}%'"] | ||
] | ||
depends: [ | ||
"ocaml" {>= "4.10.0"} | ||
"dune" {>= "2.7.0"} | ||
"ocplib_stuff-windows" {>= "0.1"} | ||
"ez_file-windows" {>= "0.3"} | ||
"ppx_inline_test" {with-test} | ||
"ppx_expect" {with-test} | ||
"odoc" {with-doc} | ||
"ocamlformat" {with-test} | ||
] | ||
# Content of `opam-trailer` field: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
# This file was generated by `drom` from `drom.toml`. | ||
# Do not modify, or add to the `skip` field of `drom.toml`. | ||
opam-version: "2.0" | ||
name: "autofonce_patch" | ||
version: "0.9" | ||
license: "GPL-3.0-only" | ||
synopsis: "A modern runner for GNU Autoconf Testsuites" | ||
description: """\ | ||
autofonce is a modern runner for GNU Autoconf Testsuites: | ||
autofonce has a limited understanding of m4 macros that appear in testsuites | ||
written for the GNU Autoconf testsuites, and can run such tests in a modern | ||
way. | ||
""" | ||
authors: ["Fabrice Le Fessant <fabrice.le_fessant@ocamlpro.com>"] | ||
maintainer: ["Fabrice Le Fessant <fabrice.le_fessant@ocamlpro.com>"] | ||
homepage: "https://ocamlpro.github.io/autofonce" | ||
doc: "https://ocamlpro.github.io/autofonce/sphinx" | ||
bug-reports: "https://github.com/ocamlpro/autofonce/issues" | ||
dev-repo: "git+https://github.com/ocamlpro/autofonce.git" | ||
tags: "org:ocamlpro" | ||
build: [ | ||
["dune" "subst"] {dev} | ||
["sh" "-c" "./scripts/before.sh build '%{name}%'"] | ||
[ | ||
"dune" | ||
"build" | ||
"-p" | ||
"autofonce_patch" | ||
"-x" | ||
"windows" | ||
"-j" | ||
jobs | ||
"@install" | ||
"@runtest" {with-test} | ||
"@doc" {with-doc} | ||
] | ||
["sh" "-c" "./scripts/after.sh build '%{name}%'"] | ||
] | ||
install: [ | ||
["sh" "-c" "./scripts/before.sh install '%{name}%'"] | ||
] | ||
depends: [ | ||
"ocaml" {>= "4.10.0"} | ||
"dune" {>= "2.7.0"} | ||
"ocplib_stuff-windows" {>= "0.1"} | ||
"ez_file-windows" {>= "0.3"} | ||
"ppx_inline_test" {with-test} | ||
"ppx_expect" {with-test} | ||
"odoc" {with-doc} | ||
"ocamlformat" {with-test} | ||
] | ||
# Content of `opam-trailer` field: |
Oops, something went wrong.