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..b90d6c9a8 --- /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 = "19c6cdbdac87bfe566bd43b32d5996c48516c29f" +url = "git+https://github.com/LionelDraghi/bbt.git" +