mirror of
https://github.com/boostorg/test.git
synced 2026-01-19 16:52:11 +00:00
19 lines
494 B
JSON
19 lines
494 B
JSON
{
|
|
"key": "test",
|
|
"name": "Test",
|
|
"authors": [
|
|
"Gennadiy Rozental",
|
|
"Raffi Enficiaud"
|
|
],
|
|
"description": "Support for simple program testing, full unit testing, and for program execution monitoring.",
|
|
"category": [
|
|
"Correctness"
|
|
],
|
|
"maintainers": [
|
|
"Gennadiy Rozental <rogeeff -at- gmail.com>",
|
|
"Raffi Enficiaud <raffi.enficiaud -at- free.fr>",
|
|
"Matt Borland <matt -at- mattborland.com>"
|
|
],
|
|
"cxxstd": "11"
|
|
}
|