bbt 0.2.1 (via alr publish) (#1817)

This commit is contained in:
Lionel Draghi
2026-03-12 11:03:33 +01:00
committed by GitHub
parent 4688d7b529
commit 15f859efcc
+56
View File
@@ -0,0 +1,56 @@
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"