From 1f0464092151ad383fd5e761b328eaa29d627974 Mon Sep 17 00:00:00 2001 From: Lionel Draghi Date: Mon, 1 Jul 2024 00:01:35 +0200 Subject: [PATCH] bbt 0.0.3 (via `alr publish --submit`) --- index/bb/bbt/bbt-0.0.3.toml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 index/bb/bbt/bbt-0.0.3.toml diff --git a/index/bb/bbt/bbt-0.0.3.toml b/index/bb/bbt/bbt-0.0.3.toml new file mode 100644 index 000000000..5d30199f6 --- /dev/null +++ b/index/bb/bbt/bbt-0.0.3.toml @@ -0,0 +1,26 @@ +name = "bbt" +description = "Black box test runner" +version = "0.0.3" + +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 = "2b5167b86564575cdf24bbcaa6da8848e5e2f131" +url = "git+https://github.com/LionelDraghi/bbt.git" +