From 60f65356449d8e8e3898c32c969559667f67e32c Mon Sep 17 00:00:00 2001 From: Lionel Draghi Date: Thu, 6 Mar 2025 09:07:46 +0100 Subject: [PATCH] bbt 0.1.0 (#1397) --- index/bb/bbt/bbt-0.1.0.toml | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 index/bb/bbt/bbt-0.1.0.toml diff --git a/index/bb/bbt/bbt-0.1.0.toml b/index/bb/bbt/bbt-0.1.0.toml new file mode 100644 index 00000000..566d59b1 --- /dev/null +++ b/index/bb/bbt/bbt-0.1.0.toml @@ -0,0 +1,28 @@ +name = "bbt" +description = "Black box test runner" +version = "0.1.0" + +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" + +[[depends-on]] +ansiada = "^1.0.0" + + +[origin] +commit = "5b4e7642154def03b1f956dc7018785b4192630b" +url = "git+https://github.com/LionelDraghi/bbt.git" +