From b51340561dd4d1592958d6aa0a260634bf10ecf9 Mon Sep 17 00:00:00 2001 From: Lionel Draghi Date: Thu, 25 Jul 2024 00:08:07 +0200 Subject: [PATCH] bbt 0.0.5 (via `alr publish --submit`) --- index/bb/bbt/bbt-0.0.5.toml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 index/bb/bbt/bbt-0.0.5.toml diff --git a/index/bb/bbt/bbt-0.0.5.toml b/index/bb/bbt/bbt-0.0.5.toml new file mode 100644 index 000000000..dc0cddd65 --- /dev/null +++ b/index/bb/bbt/bbt-0.0.5.toml @@ -0,0 +1,26 @@ +name = "bbt" +description = "Black box test runner" +version = "0.0.5" + +authors = ["Lionel Draghi"] +maintainers = ["Lionel Draghi "] +maintainers-logins = ["LionelDraghi"] +licenses = "MIT OR Apache-2.0 WITH LLVM-exception" +website = "" +tags = ["gherkin", "test", "markdown", "tdd", "black-box"] + +executables = ["bbt"] + +[configuration] +output_dir = "src/Alire_config" +generate_C = false + +[[depends-on]] +# markdown = "^24.0.0" + + + +[origin] +commit = "a3eac34808411aa5fa4a70917f367c735f147c9f" +url = "git+https://github.com/LionelDraghi/bbt.git" +