Files
alire-index-community/index/bb/bbt/bbt-0.2.1.toml
T
2026-03-12 11:03:33 +01:00

57 lines
1.3 KiB
TOML
Raw Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
name = "bbt"
description = "Black box test runner"
version = "0.2.1"
authors = ["Lionel Draghi"]
maintainers = ["Lionel Draghi <lionel.draghi@free.fr>"]
maintainers-logins = ["LionelDraghi"]
licenses = "MIT OR Apache-2.0 WITH LLVM-exception"
website = "https://github.com/LionelDraghi/bbt"
tags = ["test", "testing", "gherkin", "markdown", "tdd", "bdd"]
executables = ["bbt"]
[configuration]
output_dir = "src/Alire_config"
generate_C = false
[[depends-on]]
# markdown = "^24.0.0"
[[depends-on]]
ansiada = "^1.0.0"
gnat="^14"
# [[test]]
# command = ["make", "build", "check"]
# [[test]]
# id = "examples"
# directory = "tests/"
# command = ["./bbt", "-c", "-q", "-sb", "--yes", "../docs/examples/"]
# [[test]]
# id = "features"
# directory = "tests/"
# command = ["./bbt", "-c", "-q", "-sb", "--yes", "../docs/features/"]
# [[test]]
# id = "non_reg"
# directory = "tests/"
# command = ["./bbt", "-c", "-q", "-sb", "--yes", "non_reg_tests/"]
# [[test]]
# id = "unit_testing"
# directory = "tests/file_utilities_tests/"
# runner = "alire"
# command = ["./test_file_utilities", "-q"]
# [[actions]]
# type = "post-build"
# command = ["echo", 'run "alr test" to check bbt build']
[origin]
commit = "826f44b35eda9140ffb78b406e6f19a5129b346e"
url = "git+https://github.com/LionelDraghi/bbt"