From 3bf967ce208a5bc17a544f27d01fa3ab8bff2ae9 Mon Sep 17 00:00:00 2001 From: Lionel Draghi Date: Fri, 18 Oct 2024 10:20:08 +0200 Subject: [PATCH] bbt 0.0.5 (via `alr publish --submit`) (#1251) --- 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 00000000..a560d6e8 --- /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 = "8886c7e78396a93899b61aefc91d0b80864f9988" +url = "git+https://github.com/LionelDraghi/bbt.git" +